diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-10-07 12:03:10 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-10-09 13:44:54 +0100 |
| commit | 9d63be286e8bc09dd1cf8deea5c58dda0a534c1e (patch) | |
| tree | 03105faedd1753195b4770d24eebbdcab4a5b01d /src/lib/screen_kdm.h | |
| parent | 4121af462c1e8b98866ca206a64678fcba96fde7 (diff) | |
Remove the need for ScreenKDM::collect.
Diffstat (limited to 'src/lib/screen_kdm.h')
| -rw-r--r-- | src/lib/screen_kdm.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/screen_kdm.h b/src/lib/screen_kdm.h index 510480c90..c2928114f 100644 --- a/src/lib/screen_kdm.h +++ b/src/lib/screen_kdm.h @@ -37,7 +37,6 @@ public: std::string filename (boost::shared_ptr<const Film> film) const; - static std::list<ScreenKDM> collect (std::list<boost::shared_ptr<Screen> > screens, std::list<dcp::EncryptedKDM> kdms); static void write_files (boost::shared_ptr<const Film> film, std::list<ScreenKDM> screen_kdms, boost::filesystem::path directory); boost::shared_ptr<Screen> screen; |
