diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-05-05 20:03:55 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-05-05 20:03:55 +0200 |
| commit | 88ab873e13e96648c3508ea827a6f2fcf38d4748 (patch) | |
| tree | 87b5ca0dd0c2ff20f3f5aef8fca8b14b6db4469c /src/lib/kdm_with_metadata.h | |
| parent | a1e29dbe97980dbc9f4f264fb30dbf7ad2bb5e59 (diff) | |
Remove some now-pointless passing of name_values.
Diffstat (limited to 'src/lib/kdm_with_metadata.h')
| -rw-r--r-- | src/lib/kdm_with_metadata.h | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/src/lib/kdm_with_metadata.h b/src/lib/kdm_with_metadata.h index 8710460ed..7309ee2d6 100644 --- a/src/lib/kdm_with_metadata.h +++ b/src/lib/kdm_with_metadata.h @@ -64,12 +64,11 @@ typedef boost::shared_ptr<KDMWithMetadata> KDMWithMetadataPtr; int write_files ( std::list<KDMWithMetadataPtr> screen_kdms, boost::filesystem::path directory, - dcp::NameFormat name_format, dcp::NameFormat::Map name_values, - boost::function<bool (boost::filesystem::path)> confirm_overwrite + dcp::NameFormat name_format, boost::function<bool (boost::filesystem::path)> confirm_overwrite ); -void make_zip_file (std::list<KDMWithMetadataPtr> kdms, boost::filesystem::path zip_file, dcp::NameFormat name_format, dcp::NameFormat::Map name_values); +void make_zip_file (std::list<KDMWithMetadataPtr> kdms, boost::filesystem::path zip_file, dcp::NameFormat name_format); std::list<std::list<KDMWithMetadataPtr> > collect (std::list<KDMWithMetadataPtr> kdms); @@ -80,7 +79,6 @@ int write_directories ( boost::filesystem::path directory, dcp::NameFormat container_name_format, dcp::NameFormat filename_format, - dcp::NameFormat::Map name_values, boost::function<bool (boost::filesystem::path)> confirm_overwrite ); @@ -90,7 +88,6 @@ int write_zip_files ( boost::filesystem::path directory, dcp::NameFormat container_name_format, dcp::NameFormat filename_format, - dcp::NameFormat::Map name_values, boost::function<bool (boost::filesystem::path)> confirm_overwrite ); @@ -99,7 +96,6 @@ void email ( std::list<std::list<KDMWithMetadataPtr> > cinema_kdms, dcp::NameFormat container_name_format, dcp::NameFormat filename_format, - dcp::NameFormat::Map name_values, std::string cpl_name ); |
