diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-04-03 20:08:12 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-04-04 20:48:35 +0200 |
| commit | 8336cba4e6a8c594680696d2337ddc800d84c267 (patch) | |
| tree | af84a4d07479762cb89fb45798a42e3973e9b2e2 /src/wx/smpte_metadata_dialog.h | |
| parent | 4b8b74ae8ae721f2fbf317f1d7ce5be6048ae1b0 (diff) | |
Move luminance to Interop/SMPTE metadata and remove the ISDCF metadata dialogue.
Diffstat (limited to 'src/wx/smpte_metadata_dialog.h')
| -rw-r--r-- | src/wx/smpte_metadata_dialog.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/wx/smpte_metadata_dialog.h b/src/wx/smpte_metadata_dialog.h index acf1ac111..d1a792a36 100644 --- a/src/wx/smpte_metadata_dialog.h +++ b/src/wx/smpte_metadata_dialog.h @@ -58,7 +58,6 @@ private: void version_number_changed (); void status_changed (); void distributor_changed (); - void luminance_changed (); void enable_distributor_changed (); LanguageTagWidget* _name_language; @@ -66,8 +65,6 @@ private: wxChoice* _status; wxCheckBox* _enable_distributor; wxTextCtrl* _distributor; - wxSpinCtrlDouble* _luminance_value; - wxChoice* _luminance_unit; EditableList<dcp::Rating, RatingDialog>* _ratings; EditableList<std::string, ContentVersionDialog>* _content_versions; }; |
