diff options
| author | Carl Hetherington <cth@carlh.net> | 2024-02-10 22:40:16 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2024-02-10 22:40:16 +0100 |
| commit | eade5cc8657f51d1d768b705936e918f8d1f53ee (patch) | |
| tree | f7aa1c8c21a483b69f3e4c7908c6310fb7af932e /src/wx/recipient_dialog.h | |
| parent | 0e18e7acd23ef466cc14a8b2d9a19df4dd991ddc (diff) | |
Also remove now-redundant UTC offset from DKDMRecipient.
Diffstat (limited to 'src/wx/recipient_dialog.h')
| -rw-r--r-- | src/wx/recipient_dialog.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/wx/recipient_dialog.h b/src/wx/recipient_dialog.h index a46e67af5..61f6b3031 100644 --- a/src/wx/recipient_dialog.h +++ b/src/wx/recipient_dialog.h @@ -44,8 +44,6 @@ public: std::string name = "", std::string notes = "", std::vector<std::string> emails = std::vector<std::string>(), - int utc_offset_hour = 0, - int utc_offset_minute = 0, boost::optional<dcp::Certificate> c = boost::optional<dcp::Certificate>() ); @@ -53,8 +51,6 @@ public: std::string notes () const; boost::optional<dcp::Certificate> recipient () const; std::vector<std::string> emails () const; - int utc_offset_hour () const; - int utc_offset_minute () const; private: void get_recipient_from_file (); @@ -71,8 +67,6 @@ private: wxButton* _get_recipient_from_file; EditableList<std::string, EmailDialog>* _email_list; std::vector<std::string> _emails; - wxChoice* _utc_offset; - std::vector<Offset> _offsets; boost::optional<dcp::Certificate> _recipient; }; |
