Tidy and fix logging.
[dcpomatic.git] / src / lib / encode_server.h
index 00a1b6b12b0e65abcbf850007669d0767ea0e826..c9bd5571849d1d0e66aa670daab2795e6930e714 100644 (file)
@@ -42,7 +42,7 @@ class Log;
 class EncodeServer : public Server, public ExceptionStore
 {
 public:
-       EncodeServer (boost::shared_ptr<Log> log, bool verbose, int num_threads);
+       EncodeServer (bool verbose, int num_threads);
        ~EncodeServer ();
 
        void run ();
@@ -58,7 +58,6 @@ private:
        std::list<boost::shared_ptr<Socket> > _queue;
        boost::condition _full_condition;
        boost::condition _empty_condition;
-       boost::shared_ptr<Log> _log;
        bool _verbose;
        int _num_threads;