lots more fidgety work on automation. sort of works now, but undo/redo needs attention
[ardour.git] / libs / evoral / evoral / Control.hpp
index 40f832d2706b6e02198cd321ab0f43fd494934ac..369c4df63060a16a55633509a440b032f6c23b45 100644 (file)
@@ -44,7 +44,7 @@ public:
        Control(const Parameter& parameter, boost::shared_ptr<ControlList>);
        virtual ~Control() {}
 
-        virtual void   set_double (double val, double frame=0, bool to_list=false, bool erase_since_last=false);
+        virtual void   set_double (double val, double frame=0, bool to_list=false);
        virtual double get_double (bool from_list=false, double frame=0) const;
 
        /** Get the latest user-set value