summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2012-07-25 20:32:54 +0100
committerCarl Hetherington <cth@carlh.net>2012-07-25 20:32:54 +0100
commit3799de12820e2675a837acf672f3a253ee0b3566 (patch)
tree4a5a6335cc7157ded39e613f51d7df42e5923556 /src
parent3e55d060c5e7ed462108a95d8c76499ace62e611 (diff)
Enable some more bits.
Diffstat (limited to 'src')
-rw-r--r--src/tools/dvdomatic.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/tools/dvdomatic.cc b/src/tools/dvdomatic.cc
index 7416994f4..db84999eb 100644
--- a/src/tools/dvdomatic.cc
+++ b/src/tools/dvdomatic.cc
@@ -359,7 +359,6 @@ class App : public wxApp
set_menu_sensitivity ();
-#if 0
/* XXX: calling these here is a bit of a hack */
film_editor->setup_visibility ();
#ifndef DVDOMATIC_DISABLE_PLAYER
@@ -373,7 +372,6 @@ class App : public wxApp
} else {
file_changed ("");
}
-#endif
return true;
}