nested clips, big rework and cleanup, sams new icons, leaks and tweaks
[goodguy/history.git] / cinelerra-5.1 / cinelerra / main.C
index e7fe8f676fffbcca353d9e5b3bb771cdfd7d2430..92a6a821678d45bee9e3034155b233187b2a906b 100644 (file)
@@ -118,7 +118,6 @@ int main(int argc, char *argv[])
        config_path[0] = 0;
        batch_path[0] = 0;
        deamon_path[0] = 0;
-       EDL::id_lock = new Mutex("EDL::id_lock");
        Units::init();
 
        File::init_cin_path();
@@ -407,7 +406,6 @@ DISABLE_BUFFER
        }
 
        filenames.remove_all_objects();
-       delete EDL::id_lock;  EDL::id_lock = 0;
        Units::finit();
 
        return 0;