Use strcoll() to compare cinemas/screens in the KDM dialog (#1904).
[dcpomatic.git] / src / wx / video_panel.h
index 31aeed2e1d36ea166d1df8e635391ca8b692bf09..2304e5e0b7f3bb3041b22b03757283613a36317b 100644 (file)
@@ -46,9 +46,7 @@ public:
        void content_selection_changed ();
 
 private:
-       void use_clicked ();
        void reference_clicked ();
-       void edit_filters_clicked ();
        void colour_conversion_changed ();
        void edit_colour_conversion_clicked ();
        void range_changed ();
@@ -70,7 +68,6 @@ private:
 
        wxCheckBox* _reference;
        wxStaticText* _reference_note;
-       wxCheckBox* _use;
        wxStaticText* _type_label;
        ContentChoice<VideoContent, VideoFrameType>* _frame_type;
        wxStaticText* _crop_label;
@@ -93,9 +90,6 @@ private:
        wxRadioButton* _scale_custom;
        wxButton* _scale_custom_edit;
        wxStaticText* _description;
-       wxStaticText* _filters_label;
-       wxStaticText* _filters;
-       wxButton* _filters_button;
        wxStaticText* _colour_conversion_label;
        wxChoice* _colour_conversion;
        wxButton* _edit_colour_conversion_button;