X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Flocalsession.h;h=ecf48b620a259ee2f4aaaa0ea5bd59939c8c4ba5;hb=c732a0ac2acad5f857d490ce0e7d4f22b41b1b54;hp=bf1ddeeb7570056dc0bb2cff9db3566149293702;hpb=b55798fc64eee00c6fab3b4763e791befb7275f9;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.1/cinelerra/localsession.h b/cinelerra-5.1/cinelerra/localsession.h index bf1ddeeb..ecf48b62 100644 --- a/cinelerra-5.1/cinelerra/localsession.h +++ b/cinelerra-5.1/cinelerra/localsession.h @@ -63,7 +63,6 @@ public: void load_xml(FileXML *file, unsigned long load_flags); int load_defaults(BC_Hash *defaults); int save_defaults(BC_Hash *defaults); - void set_clip_path(Indexable *indexable); // Used to copy parameters that affect rendering. void synchronize_params(LocalSession *that); @@ -80,9 +79,6 @@ public: char clip_notes[BCTEXTLEN]; char clip_icon[BCSTRLEN]; -// Folder in parent EDL of clip - int awindow_folder; - int loop_playback; double loop_start, loop_end; double playback_start, playback_end;