diff options
| author | Carl Hetherington <cth@carlh.net> | 2012-07-25 19:58:50 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2012-07-25 19:58:50 +0100 |
| commit | 65f6366d3b6b3ec4267062e747772b0085c0a741 (patch) | |
| tree | 23c81c6234956fc90f65027ae65830eb8e64a46c /src/tools | |
| parent | f7f8d8db71b6736cdbaa685861bf1aa46baeb38d (diff) | |
Don't load film on start.
Diffstat (limited to 'src/tools')
| -rw-r--r-- | src/tools/dvdomatic.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/tools/dvdomatic.cc b/src/tools/dvdomatic.cc index 35691f845..a01d4627a 100644 --- a/src/tools/dvdomatic.cc +++ b/src/tools/dvdomatic.cc @@ -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); |
