Remove unused "mark" parameter from stop_touch() API
[ardour.git] / libs / ardour / ardour / automation_control.h
index 0ac4a08c7b5e1435e9c0bc2e86f863a83fbf3b85..6ffcb3b866cf5dd12c6acac3d1967b1f47eccd2f 100644 (file)
@@ -84,7 +84,7 @@ public:
 
        void set_automation_state(AutoState as);
        void start_touch(double when);
-       void stop_touch(bool mark, double when);
+       void stop_touch(double when);
 
        /* inherited from PBD::Controllable. */
        virtual double get_value () const;