Remove unused variable.
[dcpomatic.git] / src / lib / encoder.h
index 3d0597cfad5b533508e1dc28f907f0ff4a093e90..d5b1455d7517430f33653909d725f111ec62a1b1 100644 (file)
@@ -53,7 +53,7 @@ class PlayerVideo;
 class Encoder : public boost::noncopyable, public ExceptionStore
 {
 public:
-       Encoder (boost::shared_ptr<const Film>, boost::weak_ptr<Job>, boost::shared_ptr<Writer>);
+       Encoder (boost::shared_ptr<const Film>, boost::shared_ptr<Writer>);
        virtual ~Encoder ();
 
        /** Called to indicate that a processing run is about to begin */
@@ -81,7 +81,6 @@ private:
 
        /** Film that we are encoding */
        boost::shared_ptr<const Film> _film;
-       boost::weak_ptr<Job> _job;
 
        /** Mutex for _time_history and _video_frames_enqueued */
        mutable boost::mutex _state_mutex;