summaryrefslogtreecommitdiff
path: root/src/lib/dkdm_recipient.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2025-03-26 23:29:57 +0100
committerCarl Hetherington <cth@carlh.net>2025-03-27 00:30:25 +0100
commitce01ccc1aa871d299ad96683055c4e06a355efb9 (patch)
tree781c9e4549cddd5e88d5197518b86b144cedc16f /src/lib/dkdm_recipient.h
parent2a7e446d1ae0e80b690fada2d60c55fd829d107f (diff)
Remove timing selection from DKDM dialog.
Maybe there is some software that respects the timings, but it seems slightly deceptive to pretend there's any point in setting them.
Diffstat (limited to 'src/lib/dkdm_recipient.h')
-rw-r--r--src/lib/dkdm_recipient.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/lib/dkdm_recipient.h b/src/lib/dkdm_recipient.h
index 64da41cff..cf0474354 100644
--- a/src/lib/dkdm_recipient.h
+++ b/src/lib/dkdm_recipient.h
@@ -49,8 +49,6 @@ KDMWithMetadataPtr
kdm_for_dkdm_recipient (
std::shared_ptr<const Film> film,
boost::filesystem::path cpl,
- DKDMRecipient const& recipient,
- dcp::LocalTime valid_from,
- dcp::LocalTime valid_to
+ DKDMRecipient const& recipient
);