From 6293ca30e4afb64fb3e172048c8784adc022f9dc Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Fri, 27 Dec 2013 15:37:19 +0000 Subject: [PATCH] Remove unused variable. --- src/wx/dir_picker_ctrl.cc | 1 - src/wx/dir_picker_ctrl.h | 1 - src/wx/video_panel.h | 1 - 3 files changed, 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* _top_crop; ContentSpinCtrl* _bottom_crop; ContentChoice* _ratio; - wxStaticText* _ratio_description; wxStaticText* _description; wxStaticText* _filters; wxButton* _filters_button; -- 2.30.2