summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-06-09 23:49:13 +0100
committerCarl Hetherington <cth@carlh.net>2015-06-09 23:49:13 +0100
commit9f8d836c6cfb0e7f2b41e17990b774137615e4f6 (patch)
treea6240a952a7b897957cdfff01ce3042702c14b1e /src
parent72434826a794899941325e18a937571b0be21b1c (diff)
Remove unused variable.
Diffstat (limited to 'src')
-rw-r--r--src/wx/job_manager_view.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/wx/job_manager_view.cc b/src/wx/job_manager_view.cc
index 72efae593..3a72a5a30 100644
--- a/src/wx/job_manager_view.cc
+++ b/src/wx/job_manager_view.cc
@@ -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;