X-Git-Url: https://git.cinelerra-gg.org/git/?p=goodguy%2Fcinelerra.git;a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Fedl.C;h=f7cf1b7cf3aad34259e6a4bba102903452f81505;hp=d033b8d5377c00401f16be10989748eb12494041;hb=54cc56bff09f5004b2a6cd454375f06e56acf5a0;hpb=834732af87bfd7f1d4035109f31e48db12b415fa diff --git a/cinelerra-5.1/cinelerra/edl.C b/cinelerra-5.1/cinelerra/edl.C index d033b8d5..f7cf1b7c 100644 --- a/cinelerra-5.1/cinelerra/edl.C +++ b/cinelerra-5.1/cinelerra/edl.C @@ -909,7 +909,6 @@ void EDL::move_edit_labels(ArrayList *edits, double dist) } } - void EDL::modify_edithandles(double oldposition, double newposition, int currentend, int handle_mode, int edit_labels, int edit_plugins, int edit_autos, int group_id) @@ -917,8 +916,6 @@ void EDL::modify_edithandles(double oldposition, double newposition, tracks->modify_edithandles(oldposition, newposition, currentend, handle_mode, edit_labels, edit_plugins, edit_autos, group_id); - labels->modify_handles(oldposition, newposition, - currentend, handle_mode, edit_labels); } void EDL::modify_pluginhandles(double oldposition, double newposition,