diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-06-27 23:08:42 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-06-27 23:12:46 +0200 |
| commit | 76fa6543691330bcbf911ab77b2e1133fb70ada7 (patch) | |
| tree | 564057692264035aeff003834cc518e3057fb64e /src/wx/video_panel.h | |
| parent | d3dbe752a3098328d5763f3fc0fd589bac0d5047 (diff) | |
Move video filters controls into advanced content dialogue (#1748).
Diffstat (limited to 'src/wx/video_panel.h')
| -rw-r--r-- | src/wx/video_panel.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/wx/video_panel.h b/src/wx/video_panel.h index b74318f2f..2304e5e0b 100644 --- a/src/wx/video_panel.h +++ b/src/wx/video_panel.h @@ -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,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; |
