summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_mixer.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2009-11-12 05:47:05 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2009-11-12 05:47:05 +0000
commit7857ec8b456d6fc233d1ee9b111744fc831dccca (patch)
tree3ed7547a518465b471b9bc835ce84389602edaf9 /gtk2_ardour/editor_mixer.cc
parentc4c25e19bc75354ffc69e258c9f167ad586a1cd9 (diff)
comments for BBT math methods; remove chunks from GUI; split location UI into a widget and a window; add the widget part to the editor RHS notebook. this is unfinished - it looks absurd. but its the starting point for a reworking of the location UI in its rightful place
git-svn-id: svn://localhost/ardour2/branches/3.0@6071 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/editor_mixer.cc')
-rw-r--r--gtk2_ardour/editor_mixer.cc4
1 files changed, 0 insertions, 4 deletions
diff --git a/gtk2_ardour/editor_mixer.cc b/gtk2_ardour/editor_mixer.cc
index 742af793ad..28d21f63b6 100644
--- a/gtk2_ardour/editor_mixer.cc
+++ b/gtk2_ardour/editor_mixer.cc
@@ -360,10 +360,6 @@ Editor::session_going_away ()
_routes->clear ();
_route_groups->clear ();
- named_selection_display.set_model (Glib::RefPtr<Gtk::TreeStore>(0));
- named_selection_model->clear ();
- named_selection_display.set_model (named_selection_model);
-
edit_point_clock_connection_a.disconnect();
edit_point_clock_connection_b.disconnect();