Take Film pointer out of Content.
[dcpomatic.git] / src / lib / text_decoder.cc
index d6cf517c2e04393706ffcf81593c24fc91598dda..74fea6ec309d937243f5157ba6ab7a50afdada06 100644 (file)
@@ -40,10 +40,9 @@ using boost::function;
 TextDecoder::TextDecoder (
        Decoder* parent,
        shared_ptr<const TextContent> c,
-       shared_ptr<Log> log,
        ContentTime first
        )
-       : DecoderPart (parent, log)
+       : DecoderPart (parent)
        , _content (c)
        , _position (first)
 {