Erroneous leftover _log in Decoder; use decoder audio channels count rather than...
[dcpomatic.git] / src / lib / decoder.h
index 39eaaf48ed4c737dd2c63f43b303d19079033acf..7940aed6cdbf71921a48c591f8429ea21ea60900 100644 (file)
@@ -118,8 +118,6 @@ protected:
        boost::shared_ptr<const Options> _opt;
        /** associated Job, or 0 */
        Job* _job;
-       /** log that we can write to */
-       Log* _log;
 
        /** true to do the bare minimum of work; just run through the content.  Useful for acquiring
         *  accurate frame counts as quickly as possible.  This generates no video or audio output.