Remove unused variable.
authorCarl Hetherington <cth@carlh.net>
Tue, 9 Jun 2015 22:49:13 +0000 (23:49 +0100)
committerCarl Hetherington <cth@carlh.net>
Tue, 9 Jun 2015 22:49:13 +0000 (23:49 +0100)
src/wx/job_manager_view.cc

index 72efae59385270747d77c48e1327234bbe3588a6..3a72a5a309a8956b829d6d1d4a2dbaca83b129cd 100644 (file)
@@ -43,7 +43,6 @@ public:
                : _job (job)
                , _window (window)
                , _panel (panel)
-               , _table (table)
        {
                int n = 0;
 
@@ -141,7 +140,6 @@ private:
        boost::shared_ptr<Job> _job;
        wxScrolledWindow* _window;
        wxPanel* _panel;
-       wxFlexGridSizer* _table;
        wxGauge* _gauge;
        wxStaticText* _message;
        wxButton* _cancel;