enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.h
[ardour.git] / gtk2_ardour / editor_group_tabs.cc
index 48fe9e231dae1eec498e2b9990da9d23c7445a80..04f88542bafd180d893d229f4b11d0380ce86120 100644 (file)
@@ -32,7 +32,7 @@
 #include "ui_config.h"
 #include "utils.h"
 
-#include "i18n.h"
+#include "pbd/i18n.h"
 
 using namespace std;
 using namespace ARDOUR;
@@ -192,8 +192,3 @@ EditorGroupTabs::selected_routes () const
        return rl;
 }
 
-void
-EditorGroupTabs::sync_order_keys ()
-{
-       _editor->_routes->sync_order_keys_from_treeview ();
-}