Move luminance to Interop/SMPTE metadata and remove the ISDCF metadata dialogue.
[dcpomatic.git] / src / wx / smpte_metadata_dialog.h
index acf1ac111685f62c9931cde269626c79a57540cf..d1a792a363239edadf8fb11fab1c6b171febbfd2 100644 (file)
@@ -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;
 };