diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-06-25 11:58:12 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-06-25 13:36:17 +0100 |
| commit | 89ee4cc6019036fa4fc0a6e07e052ffdc3b136ac (patch) | |
| tree | 5a1d1b3e1e6fc4d280f1ff0f1598a37e0fea3257 /src/wx/dcp_panel.h | |
| parent | e08c1d30bb5e2d77339541eb7dbe7d1ca95485ab (diff) | |
Make player decide whether subtitles should be burnt based on
content settings rather than using the film's settings. Remove
film property of burn-subtitles.
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 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; |
