diff options
| author | Carl Hetherington <cth@carlh.net> | 2023-12-16 23:23:58 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2024-03-12 00:43:51 +0100 |
| commit | 4fa9f7e81789b44e5e61b01e4c5352a616d9ae6d (patch) | |
| tree | 92b304c3765f16b11ff3004f328102c6c129be04 /src/wx/dcp_panel.h | |
| parent | afed87b4f64f8cb4d99a0cad0eda664a604a10f7 (diff) | |
Remove reel type / length controls from DCP panel.
Diffstat (limited to 'src/wx/dcp_panel.h')
| -rw-r--r-- | src/wx/dcp_panel.h | 7 |
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; |
