Add hint when no audio language is set (#2033).
[dcpomatic.git] / src / wx / video_panel.h
index b74318f2f6cc8514af42cb600cfb782ce8ae879a..2e394e4fc7af4b68aab25e7d97cad7b1c3894d22 100644 (file)
@@ -47,7 +47,6 @@ public:
 
 private:
        void reference_clicked ();
-       void edit_filters_clicked ();
        void colour_conversion_changed ();
        void edit_colour_conversion_clicked ();
        void range_changed ();
@@ -91,12 +90,12 @@ 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;
        wxStaticText* _range_label;
        wxChoice* _range;
+
+       bool _left_changed_last = true;
+       bool _top_changed_last = true;
 };