summaryrefslogtreecommitdiff
path: root/src/wx/dir_picker_ctrl.h
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/wx/dir_picker_ctrl.h
parent31901d96cd6ba699e8f06b43057786ec405613a3 (diff)
Remove unused variable.
Diffstat (limited to 'src/wx/dir_picker_ctrl.h')
-rw-r--r--src/wx/dir_picker_ctrl.h1
1 files changed, 0 insertions, 1 deletions
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;