X-Git-Url: https://git.cinelerra-gg.org/git/?a=blobdiff_plain;ds=sidebyside;f=cinelerra-5.1%2Fcinelerra%2Fedl.C;h=ddda393dfdc00a43399e7e31bee2af253e3c53d7;hb=2287a1f9b45c690c3604b93a05bff0543ea4fee8;hp=d033b8d5377c00401f16be10989748eb12494041;hpb=15b020d5c21b2cc5545227f7c092f06086666b4a;p=goodguy%2Fcinelerra.git diff --git a/cinelerra-5.1/cinelerra/edl.C b/cinelerra-5.1/cinelerra/edl.C index d033b8d5..ddda393d 100644 --- a/cinelerra-5.1/cinelerra/edl.C +++ b/cinelerra-5.1/cinelerra/edl.C @@ -829,8 +829,8 @@ void EDL::delete_edits(ArrayList *edits, int collapse) edit->startproject -= length; } delete dead_edit; - track->edits->optimize(); } + optimize(); } class Range { @@ -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,