Don't load film on start.
authorCarl Hetherington <cth@carlh.net>
Wed, 25 Jul 2012 18:58:50 +0000 (19:58 +0100)
committerCarl Hetherington <cth@carlh.net>
Wed, 25 Jul 2012 18:58:50 +0000 (19:58 +0100)
src/tools/dvdomatic.cc

index 35691f8454a504a45994ca585ad4c809f83c9573..a01d4627a55d988b06088b4bdd0cdfae147dbb05 100644 (file)
@@ -327,8 +327,6 @@ class App : public wxApp
 //                     film = new Film (argv[1]);
 //             }
                
-               film = new Film ("/home/carl/DCP/BitHarvest");
-               
                frame = new Frame (_("DVD-o-matic"));
                frame->Show (true);