Remove unused variable.
authorCarl Hetherington <cth@carlh.net>
Sat, 2 Feb 2019 00:11:36 +0000 (00:11 +0000)
committerCarl Hetherington <cth@carlh.net>
Sat, 2 Feb 2019 00:11:36 +0000 (00:11 +0000)
src/wx/content_panel.h

index 9d6e6a8b52b52687db72f861a1f9d81c7d62950e..8277b7c4250a1013e85cc3e0055ea407ff11f301 100644 (file)
@@ -101,7 +101,6 @@ private:
        std::list<ContentSubPanel *> panels () const;
 
        wxSplitterWindow* _splitter;
-       wxSizer* _sizer;
        wxNotebook* _notebook;
        wxListCtrl* _content;
        wxButton* _add_file;