Remove unused variable.
[dcpomatic.git] / 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;