adjust plugin-UI height when toggling expanders
[ardour.git] / gtk2_ardour / mixer_group_tabs.h
index 8a2e06bc45f609dba5534dfb6b5b60a31515b2f4..8da5a1be4981dedef0a969cdba00327f9755a22a 100644 (file)
@@ -32,13 +32,10 @@ private:
        double primary_coordinate (double, double) const;
        ARDOUR::RouteList routes_for_tab (Tab const *) const;
        double extent () const {
-               return _width;
+               return get_width();
        }
 
-       PBD::PropertyList default_properties () const;
-       std::string order_key () const;
        ARDOUR::RouteList selected_routes () const;
-       void sync_order_keys ();
 
        Mixer_UI* _mixer;
 };