summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-12-27 15:37:19 +0000
committerCarl Hetherington <cth@carlh.net>2013-12-27 15:37:19 +0000
commit6293ca30e4afb64fb3e172048c8784adc022f9dc (patch)
treee11a4c8c139db5913a5af247c13dff334f2d29d5 /src
parent31901d96cd6ba699e8f06b43057786ec405613a3 (diff)
Remove unused variable.
Diffstat (limited to 'src')
-rw-r--r--src/wx/dir_picker_ctrl.cc1
-rw-r--r--src/wx/dir_picker_ctrl.h1
-rw-r--r--src/wx/video_panel.h1
3 files changed, 0 insertions, 3 deletions
diff --git a/src/wx/dir_picker_ctrl.cc b/src/wx/dir_picker_ctrl.cc
index 47a546a8d..fad545283 100644
--- a/src/wx/dir_picker_ctrl.cc
+++ b/src/wx/dir_picker_ctrl.cc
@@ -29,7 +29,6 @@ using namespace boost;
DirPickerCtrl::DirPickerCtrl (wxWindow* parent)
: wxPanel (parent)
- , _parent (parent)
{
_sizer = new wxBoxSizer (wxHORIZONTAL);
diff --git a/src/wx/dir_picker_ctrl.h b/src/wx/dir_picker_ctrl.h
index 97c0d217a..8d596cefc 100644
--- a/src/wx/dir_picker_ctrl.h
+++ b/src/wx/dir_picker_ctrl.h
@@ -30,7 +30,6 @@ public:
private:
void browse_clicked ();
- wxWindow* _parent;
wxStaticText* _folder;
wxButton* _browse;
wxString _path;
diff --git a/src/wx/video_panel.h b/src/wx/video_panel.h
index fb1f98b29..2f0c97cb7 100644
--- a/src/wx/video_panel.h
+++ b/src/wx/video_panel.h
@@ -47,7 +47,6 @@ private:
ContentSpinCtrl<VideoContent>* _top_crop;
ContentSpinCtrl<VideoContent>* _bottom_crop;
ContentChoice<VideoContent, Ratio const *>* _ratio;
- wxStaticText* _ratio_description;
wxStaticText* _description;
wxStaticText* _filters;
wxButton* _filters_button;