From ce01ccc1aa871d299ad96683055c4e06a355efb9 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 26 Mar 2025 23:29:57 +0100 Subject: Remove timing selection from DKDM dialog. Maybe there is some software that respects the timings, but it seems slightly deceptive to pretend there's any point in setting them. --- src/wx/dkdm_dialog.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/wx/dkdm_dialog.h') diff --git a/src/wx/dkdm_dialog.h b/src/wx/dkdm_dialog.h index 4a47d961f..fb3dbf903 100644 --- a/src/wx/dkdm_dialog.h +++ b/src/wx/dkdm_dialog.h @@ -30,7 +30,6 @@ LIBDCP_ENABLE_WARNINGS class DKDMOutputPanel; class Film; class KDMCPLPanel; -class KDMTimingPanel; class RecipientsPanel; class ScreensPanel; struct CPLSummary; @@ -48,7 +47,6 @@ private: std::weak_ptr _film; RecipientsPanel* _recipients; - KDMTimingPanel* _timing; KDMCPLPanel* _cpl; DKDMOutputPanel* _output; wxButton* _make; -- cgit v1.2.3