summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_route_list.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2006-01-08 14:50:41 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2006-01-08 14:50:41 +0000
commitb5e414415685acfbbbd0edf1933a2dc851fdcabd (patch)
treee11b49c7b92169b6c07abe9b4b32d4096cedb5a8 /gtk2_ardour/editor_route_list.cc
parenta6ab33815a7adee67b5222c05481be151c572793 (diff)
fix control layout size allocation (nearly done) and make duplicate region even more useful for multiple selected regions
git-svn-id: svn://localhost/trunk/ardour2@250 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/editor_route_list.cc')
-rw-r--r--gtk2_ardour/editor_route_list.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/gtk2_ardour/editor_route_list.cc b/gtk2_ardour/editor_route_list.cc
index b8d280b2bb..73928a62f3 100644
--- a/gtk2_ardour/editor_route_list.cc
+++ b/gtk2_ardour/editor_route_list.cc
@@ -81,7 +81,6 @@ Editor::handle_new_route (Route& route)
tv->GoingAway.connect (bind (mem_fun(*this, &Editor::remove_route), tv));
editor_mixer_button.set_sensitive(true);
-
}
void