remove filefork
[goodguy/history.git] / cinelerra-5.0 / cinelerra / main.C
index 2f167ac0df30019fc80c63701d11e6cd6ccd3016..bba65b7651c30b0a21a78af301b8f279775e6645 100644 (file)
@@ -24,7 +24,6 @@
 #include "edl.h"
 #include "file.inc"
 #include "filexml.h"
-#include "fileserver.h"
 #include "filesystem.h"
 #include "language.h"
 #include "langinfo.h"
@@ -349,7 +348,6 @@ int main(int argc, char *argv[])
                        BatchRenderThread *thread = new BatchRenderThread;
                        thread->start_rendering(config_path,
                                batch_path);
-                       delete MWindow::file_server;
                        break;
                }