Remove unused variable.
authorCarl Hetherington <cth@carlh.net>
Thu, 29 Jan 2015 22:21:30 +0000 (22:21 +0000)
committerCarl Hetherington <cth@carlh.net>
Thu, 29 Jan 2015 22:21:30 +0000 (22:21 +0000)
src/wx/download_certificate_dialog.h

index 9fac23d58436e3aa0b6dd39bb09ced74bd41c41b..804c0c762556f7af2b0d600a35e3a043b80858dc 100644 (file)
@@ -34,7 +34,6 @@ protected:
        void add_common_widgets ();
        
        boost::function<void (boost::filesystem::path)> _load;
-       wxSizer* _overall_sizer;
        wxStaticText* _message;
        wxButton* _download;