From de8cd4118d57591804ccd63f979aa9e495df9c93 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sat, 21 Jun 2025 13:25:20 +0200 Subject: Go back to the old way of handling KDM timing. Once again the KDM gets its timezone from the cinema. --- src/wx/kdm_dialog.cc | 1 - 1 file changed, 1 deletion(-) (limited to 'src/wx/kdm_dialog.cc') diff --git a/src/wx/kdm_dialog.cc b/src/wx/kdm_dialog.cc index f96c89c98..c2dce905f 100644 --- a/src/wx/kdm_dialog.cc +++ b/src/wx/kdm_dialog.cc @@ -143,7 +143,6 @@ KDMDialog::KDMDialog (wxWindow* parent, shared_ptr film) void KDMDialog::screens_changed() { - _timing->suggest_utc_offset(_screens->best_utc_offset()); setup_sensitivity(); } -- cgit v1.2.3