summaryrefslogtreecommitdiff
path: root/src/tools
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2012-12-15 22:29:09 +0000
committerCarl Hetherington <cth@carlh.net>2012-12-15 22:29:09 +0000
commit8787bdd5b49150a46ca9ed554c06fd7caca98cce (patch)
tree2aea7ef6528b566ff6376c01ca98115002a74c40 /src/tools
parentd95961e37e03f1060aa16cc0d6b0fe2fdbd4844d (diff)
Basic ffmpeg film viewer.
Diffstat (limited to 'src/tools')
-rw-r--r--src/tools/dvdomatic.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/tools/dvdomatic.cc b/src/tools/dvdomatic.cc
index 993c41563..d5d5bfc2f 100644
--- a/src/tools/dvdomatic.cc
+++ b/src/tools/dvdomatic.cc
@@ -226,7 +226,6 @@ public:
/* XXX: calling these here is a bit of a hack */
film_editor->setup_visibility ();
- film_viewer->setup_visibility ();
film_editor->FileChanged.connect (bind (&Frame::file_changed, this, _1));
if (film) {