Allow separate X and Y scale for subtitles.
[dcpomatic.git] / src / lib / decoder.cc
index 637e0ddb291101af81f28115327f195a3e128116..3f4cda6eb5a4345595410fe475314f3d24881bd7 100644 (file)
@@ -34,5 +34,5 @@ using boost::shared_ptr;
 Decoder::Decoder (shared_ptr<const Film> f)
        : _film (f)
 {
-       _film_connection = f->Changed.connect (bind (&Decoder::film_changed, this, _1));
+
 }