remove OS X specific code for key editor binding displays
[ardour.git] / gtk2_ardour / time_axis_view.h
index efdb2606ed5ee1dc6c212d44a65632a737e3ce05..790274c6265627fbac93b267654409d16556b8a7 100644 (file)
@@ -131,7 +131,7 @@ class TimeAxisView : public virtual AxisView
        /** @return true if hidden, otherwise false */
        bool hidden () const { return _hidden; }
 
-       virtual void set_selected (bool);
+       void set_selected (bool);
 
        /**
         * potential handler for entered events
@@ -310,8 +310,8 @@ private:
        ArdourCanvas::Group* _ghost_group;
 
        void compute_heights ();
+       static uint32_t button_height;
        static uint32_t extra_height;
-       static uint32_t small_height;
 
        static int const _max_order;