Tidy and fix logging.
[dcpomatic.git] / src / lib / send_kdm_email_job.h
index 88de1e9fee6bf86f8e997152391f2829e2674369..b4e007e3ba51cac9d576c115b90e4bac20245070 100644 (file)
@@ -35,8 +35,7 @@ public:
                dcp::NameFormat container_name_format,
                dcp::NameFormat filename_format,
                dcp::NameFormat::Map name_values,
-               std::string cpl_name,
-               boost::shared_ptr<Log> log
+               std::string cpl_name
                );
 
        std::string name () const;
@@ -49,5 +48,4 @@ private:
        dcp::NameFormat::Map _name_values;
        std::string _cpl_name;
        std::list<CinemaKDMs> _cinema_kdms;
-       boost::shared_ptr<Log> _log;
 };