From f19abd2f18c890018269d95c345b507c6cb9d315 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Thu, 1 Dec 2022 22:30:58 +0100 Subject: Move UTC offset for KDMs from the cinema to the point of KDM creation (#2300). --- src/wx/cinema_dialog.h | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'src/wx/cinema_dialog.h') diff --git a/src/wx/cinema_dialog.h b/src/wx/cinema_dialog.h index 0b8362843..cd90f6dea 100644 --- a/src/wx/cinema_dialog.h +++ b/src/wx/cinema_dialog.h @@ -38,16 +38,12 @@ public: wxString, std::string name = "", std::vector emails = std::vector(), - std::string notes = "", - int utc_offset_hour = 0, - int utc_offset_minute = 0 + std::string notes = "" ); std::string name () const; std::string notes () const; std::vector emails () const; - int utc_offset_hour () const; - int utc_offset_minute () const; private: void set_emails (std::vector); @@ -56,6 +52,4 @@ private: wxTextCtrl* _notes; EditableList* _email_list; std::vector _emails; - wxChoice* _utc_offset; - std::vector _offsets; }; -- cgit v1.2.3