diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-06-08 02:11:18 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-06-08 17:09:15 +0200 |
| commit | 8755ef75cb001cf7fba230ffa98fb40eb2547849 (patch) | |
| tree | a6884e631d07c0d01e57dab6b9612f584b202426 /src/wx/dcp_panel.h | |
| parent | ce9ca273648d879a4aee700593b757147336d884 (diff) | |
Always sign DCPs (#1760).
Diffstat (limited to 'src/wx/dcp_panel.h')
| -rw-r--r-- | src/wx/dcp_panel.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/wx/dcp_panel.h b/src/wx/dcp_panel.h index 887ae7c77..69fc65532 100644 --- a/src/wx/dcp_panel.h +++ b/src/wx/dcp_panel.h @@ -72,7 +72,6 @@ private: void resolution_changed (); void three_d_changed (); void standard_changed (); - void signed_toggled (); void encrypted_toggled (); void edit_key_clicked (); void audio_processor_changed (); @@ -139,7 +138,6 @@ private: wxChoice* _resolution; wxStaticText* _standard_label; wxChoice* _standard; - wxCheckBox* _signed; wxCheckBox* _encrypted; wxStaticText* _key_label; wxStaticText* _key; |
