From 88ab873e13e96648c3508ea827a6f2fcf38d4748 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 5 May 2020 20:03:55 +0200 Subject: Remove some now-pointless passing of name_values. --- src/lib/kdm_with_metadata.h | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'src/lib/kdm_with_metadata.h') 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 KDMWithMetadataPtr; int write_files ( std::list screen_kdms, boost::filesystem::path directory, - dcp::NameFormat name_format, dcp::NameFormat::Map name_values, - boost::function confirm_overwrite + dcp::NameFormat name_format, boost::function confirm_overwrite ); -void make_zip_file (std::list kdms, boost::filesystem::path zip_file, dcp::NameFormat name_format, dcp::NameFormat::Map name_values); +void make_zip_file (std::list kdms, boost::filesystem::path zip_file, dcp::NameFormat name_format); std::list > collect (std::list 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 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 confirm_overwrite ); @@ -99,7 +96,6 @@ void email ( std::list > cinema_kdms, dcp::NameFormat container_name_format, dcp::NameFormat filename_format, - dcp::NameFormat::Map name_values, std::string cpl_name ); -- cgit v1.2.3