summaryrefslogtreecommitdiff
path: root/src/wx/dcp_panel.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2023-12-16 23:23:58 +0100
committerCarl Hetherington <cth@carlh.net>2024-03-12 00:43:51 +0100
commit4fa9f7e81789b44e5e61b01e4c5352a616d9ae6d (patch)
tree92b304c3765f16b11ff3004f328102c6c129be04 /src/wx/dcp_panel.h
parentafed87b4f64f8cb4d99a0cad0eda664a604a10f7 (diff)
Remove reel type / length controls from DCP panel.
Diffstat (limited to 'src/wx/dcp_panel.h')
-rw-r--r--src/wx/dcp_panel.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/wx/dcp_panel.h b/src/wx/dcp_panel.h
index 849fe185c..a5af58921 100644
--- a/src/wx/dcp_panel.h
+++ b/src/wx/dcp_panel.h
@@ -82,8 +82,6 @@ private:
void encrypted_toggled ();
void audio_processor_changed ();
void show_audio_clicked ();
- void reel_type_changed ();
- void reel_length_changed ();
void markers_clicked ();
void metadata_clicked ();
void reencode_j2k_changed ();
@@ -153,11 +151,6 @@ private:
wxStaticText* _standard_label;
Choice* _standard;
CheckBox* _encrypted;
- wxStaticText* _reels_label;
- Choice* _reel_type;
- wxStaticText* _reel_length_label;
- wxStaticText* _reel_length_gb_label;
- wxSpinCtrl* _reel_length;
wxButton* _markers;
wxButton* _metadata;
wxSizer* _audio_panel_sizer;