diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-12-06 21:06:19 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-12-06 21:06:19 +0100 |
| commit | 7c27dff5817715965e86798108c596f9a1675394 (patch) | |
| tree | 3cc04867706e1f2d2a316e5fa5868a123b237f6f /src/lib/reel_writer.h | |
| parent | 504e234f92de578a8d1214d6a73c790a896f0a90 (diff) | |
Remove a pointless parameter that the callee can calculate.
Diffstat (limited to 'src/lib/reel_writer.h')
| -rw-r--r-- | src/lib/reel_writer.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/reel_writer.h b/src/lib/reel_writer.h index 09c29adae..fd11d17aa 100644 --- a/src/lib/reel_writer.h +++ b/src/lib/reel_writer.h @@ -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); |
