From a3fcbb3a76e079a5485a0552ea5d35b8d6739116 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sat, 20 May 2023 22:51:49 +0200 Subject: Use sqlite for cinema and DKDM recipient lists. --- src/lib/dkdm_recipient.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'src/lib/dkdm_recipient.h') diff --git a/src/lib/dkdm_recipient.h b/src/lib/dkdm_recipient.h index 3317ae6f9..64da41cff 100644 --- a/src/lib/dkdm_recipient.h +++ b/src/lib/dkdm_recipient.h @@ -41,10 +41,6 @@ public: } - explicit DKDMRecipient (cxml::ConstNodePtr); - - void as_xml (xmlpp::Element *) const override; - std::vector emails; }; @@ -53,7 +49,7 @@ KDMWithMetadataPtr kdm_for_dkdm_recipient ( std::shared_ptr film, boost::filesystem::path cpl, - std::shared_ptr recipient, + DKDMRecipient const& recipient, dcp::LocalTime valid_from, dcp::LocalTime valid_to ); -- cgit v1.2.3