summaryrefslogtreecommitdiff
path: root/src/wx/video_panel.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2020-05-17 23:18:15 +0200
committerCarl Hetherington <cth@carlh.net>2020-05-18 01:37:25 +0200
commitd9ab996fa416ba27b69bb65f047a1a1aa4063f1b (patch)
treec5fbddc15be5d7977e17b68743cc13cf4a14dab0 /src/wx/video_panel.h
parent5fa43b4073033a5874106cc817c904bf3d58e4bf (diff)
Add a new "Advanced settings" dialog for content, accessible
from the right-click menu. Move the "use video" checkbox into here, as it feels like excessive clutter to have it in the main video panel. Maybe other things should be hidden in here. I'm looking at you, video filters...
Diffstat (limited to 'src/wx/video_panel.h')
-rw-r--r--src/wx/video_panel.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/wx/video_panel.h b/src/wx/video_panel.h
index 31aeed2e1..b74318f2f 100644
--- a/src/wx/video_panel.h
+++ b/src/wx/video_panel.h
@@ -46,7 +46,6 @@ public:
void content_selection_changed ();
private:
- void use_clicked ();
void reference_clicked ();
void edit_filters_clicked ();
void colour_conversion_changed ();
@@ -70,7 +69,6 @@ private:
wxCheckBox* _reference;
wxStaticText* _reference_note;
- wxCheckBox* _use;
wxStaticText* _type_label;
ContentChoice<VideoContent, VideoFrameType>* _frame_type;
wxStaticText* _crop_label;