From eade5cc8657f51d1d768b705936e918f8d1f53ee Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sat, 10 Feb 2024 22:40:16 +0100 Subject: Also remove now-redundant UTC offset from DKDMRecipient. --- src/lib/dkdm_recipient.h | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'src/lib/dkdm_recipient.h') diff --git a/src/lib/dkdm_recipient.h b/src/lib/dkdm_recipient.h index 4015a0b7d..3317ae6f9 100644 --- a/src/lib/dkdm_recipient.h +++ b/src/lib/dkdm_recipient.h @@ -33,14 +33,10 @@ public: std::string const& name_, std::string const& notes_, boost::optional recipient_, - std::vector emails_, - int utc_offset_hour_, - int utc_offset_minute_ + std::vector emails_ ) : KDMRecipient (name_, notes_, recipient_, boost::none) , emails (emails_) - , utc_offset_hour (utc_offset_hour_) - , utc_offset_minute (utc_offset_minute_) { } @@ -50,8 +46,6 @@ public: void as_xml (xmlpp::Element *) const override; std::vector emails; - int utc_offset_hour; - int utc_offset_minute; }; -- cgit v1.2.3