X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Fdcp_panel.h;h=a81af4f454d77fa366540d5eaebbfae5d084d90e;hb=3f5b9a71f980525481251461f9c3d63806972470;hp=055de67a61156f5310a41ec758a823693b6bfa66;hpb=e60bb3e51bd1508b149e6b8f6608f09b5196ae26;p=dcpomatic.git diff --git a/src/wx/dcp_panel.h b/src/wx/dcp_panel.h index 055de67a6..a81af4f45 100644 --- a/src/wx/dcp_panel.h +++ b/src/wx/dcp_panel.h @@ -67,7 +67,6 @@ private: void three_d_changed (); void standard_changed (); void signed_toggled (); - void burn_subtitles_toggled (); void encrypted_toggled (); void edit_key_clicked (); void audio_processor_changed (); @@ -110,7 +109,6 @@ private: wxChoice* _resolution; wxChoice* _standard; wxCheckBox* _signed; - wxCheckBox* _burn_subtitles; wxCheckBox* _encrypted; wxStaticText* _key; wxButton* _edit_key;