install single color theme file during waf install
[ardour.git] / gtk2_ardour / editor_group_tabs.h
index 6d2b5417476a6c64eff4c750392513e41b67ecdb..3d15ef73c3f06bce01d05a32fc89d33358e43a03 100644 (file)
@@ -33,11 +33,10 @@ private:
        double primary_coordinate (double, double) const;
        ARDOUR::RouteList routes_for_tab (Tab const *) const;
        double extent () const {
-               return _height;
+               return get_height();
        }
        void add_menu_items (Gtk::Menu *, ARDOUR::RouteGroup *);
        PBD::PropertyList default_properties () const;
-       std::string order_key () const;
        ARDOUR::RouteList selected_routes () const;
        void sync_order_keys ();
 };