nested clips, big rework and cleanup, sams new icons, leaks and tweaks
[goodguy/history.git] / cinelerra-5.1 / cinelerra / savefile.C
index 00dee98145f3c773b7fad2c548765084972bf45c..fc757cecd085601ecf013516287d5ea7c161ccb5 100644 (file)
@@ -89,10 +89,7 @@ int Save::handle_event()
 // save it
 // TODO: Move this into mwindow.
                FileXML file;
-               mwindow->edl->save_xml(&file,
-                       mwindow->session->filename,
-                       0,
-                       0);
+               mwindow->edl->save_xml(&file, mwindow->session->filename);
                file.terminate_string();
 
                if(file.write_to_file(mwindow->session->filename))
@@ -195,10 +192,7 @@ void SaveAs::run()
        mwindow->gui->lock_window("SaveAs::run 1");
 // update the project name
        mwindow->set_filename(filename);
-       mwindow->edl->save_xml(&file,
-               filename,
-               0,
-               0);
+       mwindow->edl->save_xml(&file, filename);
        mwindow->gui->unlock_window();
        file.terminate_string();