summaryrefslogtreecommitdiff
path: root/src/wx/content_panel.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-10-30 19:38:35 +0000
committerCarl Hetherington <cth@carlh.net>2014-10-30 19:38:35 +0000
commitff36cdf2ea9f18ad7a00cb2d8091552c765a934f (patch)
treef7180669edeaf4bbf0ede5930e5b7d83ce871a14 /src/wx/content_panel.h
parentfec5dfc39cd4239269ed0a6c9ef9f959edaf3c94 (diff)
Remove sequence video button from main view; from 1.x.
Diffstat (limited to 'src/wx/content_panel.h')
-rw-r--r--src/wx/content_panel.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/wx/content_panel.h b/src/wx/content_panel.h
index ab198411d..88aac7049 100644
--- a/src/wx/content_panel.h
+++ b/src/wx/content_panel.h
@@ -66,7 +66,6 @@ public:
void add_file_clicked ();
private:
- void sequence_video_changed ();
void selection_changed ();
void add_folder_clicked ();
void remove_clicked ();
@@ -89,7 +88,6 @@ private:
wxButton* _earlier;
wxButton* _later;
wxButton* _timeline;
- wxCheckBox* _sequence_video;
ContentSubPanel* _video_panel;
ContentSubPanel* _audio_panel;
ContentSubPanel* _subtitle_panel;