ripple edge drag_handle tweaks, sync_parameter fix, shuttlerc, shortcuts
[goodguy/cinelerra.git] / cinelerra-5.1 / cinelerra / labels.h
index 2983926b0e8d35282ddaff621b9699e17e4fd635..31015ea43f58d13b853ae31c6ecac9097559177f 100644 (file)
@@ -83,11 +83,7 @@ public:
 // Always add label without toggling
        void insert_label(double position);
 
-       int modify_handles(double oldposition,
-               double newposition,
-               int currentend,
-               int handle_mode,
-               int edit_labels);
+       int modify_handles(double oldposition, double newposition, int currentend);
        int copy(double start, double end, FileXML *xml);
        int copy_length(long start, long end); // return number of Labels in selection
        Label *add_label(double position);