a more reliable/robust/less complex version of previous commit
[ardour.git] / gtk2_ardour / panner_ui.h
index 600a9d145c86d3af0a523718c1e47ed8e3269375..0c0b7cfc66f728b5e2418a61630b8fc26e2f2cea 100644 (file)
@@ -100,8 +100,6 @@ class PannerUI : public Gtk::HBox, public ARDOUR::SessionHandlePtr
        std::string _current_uri;
        bool _send_mode;
 
-       static const int pan_bar_height;
-
        Panner2d*       twod_panner; ///< 2D panner, or 0
        Panner2dWindow* big_window;