X-Git-Url: https://git.cinelerra-gg.org/git/?p=goodguy%2Fcinelerra.git;a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Flabels.h;h=31015ea43f58d13b853ae31c6ecac9097559177f;hp=2983926b0e8d35282ddaff621b9699e17e4fd635;hb=b4184445f396e16260ed90e645a280149aeda8c0;hpb=7fd85fb66168f6b518c5f2d73e04036e87faa0e1 diff --git a/cinelerra-5.1/cinelerra/labels.h b/cinelerra-5.1/cinelerra/labels.h index 2983926b..31015ea4 100644 --- a/cinelerra-5.1/cinelerra/labels.h +++ b/cinelerra-5.1/cinelerra/labels.h @@ -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);