diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-12-27 15:37:19 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-12-27 15:37:19 +0000 |
| commit | 6293ca30e4afb64fb3e172048c8784adc022f9dc (patch) | |
| tree | e11a4c8c139db5913a5af247c13dff334f2d29d5 /src/wx/dir_picker_ctrl.cc | |
| parent | 31901d96cd6ba699e8f06b43057786ec405613a3 (diff) | |
Remove unused variable.
Diffstat (limited to 'src/wx/dir_picker_ctrl.cc')
| -rw-r--r-- | src/wx/dir_picker_ctrl.cc | 1 |
1 files changed, 0 insertions, 1 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); |
