diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-11-18 01:06:49 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-11-20 22:57:59 +0100 |
| commit | e519feaca11005d330e7b8403b948d4ad9cc3ae8 (patch) | |
| tree | 5c43aba1dd590d1abad189ac7f39b5d4ecbb1f5e /src/wx/isdcf_metadata_dialog.h | |
| parent | 556dd9cc254bf3ef18c41fcfe5948484c91cc440 (diff) | |
Store subtitle language(s) in Film, and allow setup of those
languages from the Interop/SMPTE metadata dialogues.
Diffstat (limited to 'src/wx/isdcf_metadata_dialog.h')
| -rw-r--r-- | src/wx/isdcf_metadata_dialog.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/wx/isdcf_metadata_dialog.h b/src/wx/isdcf_metadata_dialog.h index 335c29a4a..b1ecb5a36 100644 --- a/src/wx/isdcf_metadata_dialog.h +++ b/src/wx/isdcf_metadata_dialog.h @@ -34,12 +34,8 @@ public: ISDCFMetadata isdcf_metadata () const; private: - void setup_sensitivity (); - wxSpinCtrl* _content_version; wxTextCtrl* _audio_language; - wxCheckBox* _enable_subtitle_language; - wxTextCtrl* _subtitle_language; wxTextCtrl* _territory; wxTextCtrl* _rating; wxTextCtrl* _studio; |
