Fix sync of editor and mixer route ordering.

git-svn-id: svn://localhost/ardour2/branches/3.0@5453 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Carl Hetherington 2009-08-02 00:33:16 +00:00
parent 512785102c
commit 168b1471dc
3 changed files with 6 additions and 21 deletions

View file

@ -80,8 +80,6 @@ class Mixer_UI : public Gtk::Window
RouteRedirectSelection& selection() { return _selection; }
static std::string get_order_key();
private:
ARDOUR::Session *session;