summaryrefslogtreecommitdiff
path: root/src/wx/dkdm_dialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wx/dkdm_dialog.h')
-rw-r--r--src/wx/dkdm_dialog.h2
1 files changed, 0 insertions, 2 deletions
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<const Film> _film;
RecipientsPanel* _recipients;
- KDMTimingPanel* _timing;
KDMCPLPanel* _cpl;
DKDMOutputPanel* _output;
wxButton* _make;