Remove a pointless parameter that the callee can calculate.
[dcpomatic.git] / src / lib / reel_writer.h
index 09c29adae05a1e7efacdf22448ed81ac0e6ce31e..fd11d17aac2451707b8d2e5bd9916ed1d743c309 100644 (file)
@@ -62,8 +62,7 @@ public:
                dcpomatic::DCPTimePeriod period,
                boost::shared_ptr<Job> job,
                int reel_index,
-               int reel_count,
-               boost::optional<std::string> content_summary
+               int reel_count
                );
 
        void write (boost::shared_ptr<const dcp::Data> encoded, Frame frame, Eyes eyes);