diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-06-08 02:16:06 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-06-08 17:09:15 +0200 |
| commit | f330799459f44d031dc711b947dd2c0cc5a015a3 (patch) | |
| tree | bf88f9b620c6d88e350d73734e37ccf4c358eff0 /src/wx/dcp_panel.h | |
| parent | 8755ef75cb001cf7fba230ffa98fb40eb2547849 (diff) | |
Remove encryption key options (#1760).
Diffstat (limited to 'src/wx/dcp_panel.h')
| -rw-r--r-- | src/wx/dcp_panel.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/wx/dcp_panel.h b/src/wx/dcp_panel.h index 69fc65532..258471ffd 100644 --- a/src/wx/dcp_panel.h +++ b/src/wx/dcp_panel.h @@ -73,7 +73,6 @@ private: void three_d_changed (); void standard_changed (); void encrypted_toggled (); - void edit_key_clicked (); void audio_processor_changed (); void show_audio_clicked (); void reel_type_changed (); @@ -139,9 +138,6 @@ private: wxStaticText* _standard_label; wxChoice* _standard; wxCheckBox* _encrypted; - wxStaticText* _key_label; - wxStaticText* _key; - wxButton* _edit_key; wxStaticText* _reels_label; wxChoice* _reel_type; wxStaticText* _reel_length_label; |
