OSC: Changed gainVCA to gainfader as VCA is already used.
[ardour.git] / gtk2_ardour / automation_controller.h
index c5d64c16c7d67c02aaae5a89d72a894be77c1e19..d11ade71ef8255b1e55da58f523b668971514621 100644 (file)
@@ -77,9 +77,6 @@ public:
 
        void stop_updating ();
 
-       sigc::signal<void> StartGesture;
-       sigc::signal<void> StopGesture;
-
 private:
        AutomationController (boost::shared_ptr<ARDOUR::Automatable>       printer,
                              boost::shared_ptr<ARDOUR::AutomationControl> ac,