summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_selection.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2007-01-24 18:43:14 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2007-01-24 18:43:14 +0000
commit979dbf91b94b485755ad6bb55ac32f4be7f3d634 (patch)
tree0d429cd2b3a7a0bce40045c672a0fe966cbe4497 /gtk2_ardour/editor_selection.cc
parentd3187aa32a875347436f097905f661559650359c (diff)
allow control points with the same x (pixel) coordinate, now that libart_lgpl does too
git-svn-id: svn://localhost/ardour2/trunk@1380 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/editor_selection.cc')
-rw-r--r--gtk2_ardour/editor_selection.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/gtk2_ardour/editor_selection.cc b/gtk2_ardour/editor_selection.cc
index 9c976459ef..2cd16de312 100644
--- a/gtk2_ardour/editor_selection.cc
+++ b/gtk2_ardour/editor_selection.cc
@@ -497,8 +497,6 @@ Editor::set_selected_regionview_from_click (bool press, Selection::Operation op,
get_relevant_audio_tracks (relevant_tracks);
- cerr << "finding selectables between " << first_frame << " and " << last_frame << endl;
-
for (set<AudioTimeAxisView*>::iterator t = relevant_tracks.begin(); t != relevant_tracks.end(); ++t) {
(*t)->get_selectables (first_frame, last_frame, -1.0, -1.0, results);
}