Move make_dcp() out of Film (#2132).
[dcpomatic.git] / src / lib / film.h
index 7103f627115e51fe5a5d8305589f5601ec4e3848..1d1034775d6042943fbc1c923e33c3d0cf5482a3 100644 (file)
@@ -118,7 +118,6 @@ public:
        boost::filesystem::path subtitle_analysis_path (std::shared_ptr<const Content>) const;
 
        void send_dcp_to_tms ();
-       void make_dcp (TranscodeJob::ChangedBehaviour behaviour);
 
        /** @return Logger.
         *  It is safe to call this from any thread.