summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_mouse.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2007-01-18 04:34:00 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2007-01-18 04:34:00 +0000
commit013ec977324d98d7c4b243ddad86d84b94abdc62 (patch)
tree8ef847eaab6b6df2bf406eba96370c9fd4bd9301 /gtk2_ardour/editor_mouse.cc
parent143983948ecbdc9e9e4c4f3fe2541b2bea22be87 (diff)
make ctrl-rubber-band-select do something closer to the right thing
git-svn-id: svn://localhost/ardour2/trunk@1354 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/editor_mouse.cc')
-rw-r--r--gtk2_ardour/editor_mouse.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/gtk2_ardour/editor_mouse.cc b/gtk2_ardour/editor_mouse.cc
index 8035045c6f..e49ac463da 100644
--- a/gtk2_ardour/editor_mouse.cc
+++ b/gtk2_ardour/editor_mouse.cc
@@ -4777,7 +4777,6 @@ Editor::end_rubberband_select (ArdourCanvas::Item* item, GdkEvent* event)
}
} else {
- cerr << "Boo!\n";
selection->clear_tracks();
selection->clear_regions();
selection->clear_points ();