summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2019-02-02 00:11:36 +0000
committerCarl Hetherington <cth@carlh.net>2019-02-02 00:11:36 +0000
commit17002651301b5552807a2b512714b78661941eb7 (patch)
tree83e846d3f4e90cdfc8ff049d2bf168517d86d611 /src
parentbad26c9a20532bec6735a8dd74cac69e205723b7 (diff)
Remove unused variable.
Diffstat (limited to 'src')
-rw-r--r--src/wx/content_panel.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/wx/content_panel.h b/src/wx/content_panel.h
index 9d6e6a8b5..8277b7c42 100644
--- a/src/wx/content_panel.h
+++ b/src/wx/content_panel.h
@@ -101,7 +101,6 @@ private:
std::list<ContentSubPanel *> panels () const;
wxSplitterWindow* _splitter;
- wxSizer* _sizer;
wxNotebook* _notebook;
wxListCtrl* _content;
wxButton* _add_file;