VKeybd: Pass on primary (Ctrl/Cmd) shortcuts
[ardour.git] / gtk2_ardour / mixer_strip.h
index 120f2fe82700bc672097e9aa8331d8fb5613f471..7498fd92a2aef9ab700e15d5da53a69f3e765d31 100644 (file)
@@ -111,7 +111,7 @@ public:
        void revert_to_default_display ();
 
        /** @return the delivery that is being edited using our fader; it will be the
-        *  last send passed to ::show_send, or our route's main out delivery.
+        *  last send passed to \ref show_send() , or our route's main out delivery.
         */
        boost::shared_ptr<ARDOUR::Delivery> current_delivery () const {
                return _current_delivery;
@@ -297,9 +297,6 @@ private:
 
        static MixerStrip* _entered_mixer_strip;
 
-       void engine_running();
-       void engine_stopped();
-
        virtual void bus_send_display_changed (boost::shared_ptr<ARDOUR::Route>);
 
        void set_current_delivery (boost::shared_ptr<ARDOUR::Delivery>);