summaryrefslogtreecommitdiff
path: root/src/wx/job_view.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2025-04-25 23:24:32 +0200
committerCarl Hetherington <cth@carlh.net>2025-04-25 23:24:32 +0200
commit40fcb67be15ec0680d5dbb5078e5900964ff2ecb (patch)
tree2e5b6062bdd189d47b2dee3d0c89b67a27e7379a /src/wx/job_view.cc
parentb50056a1874bab1fe3310c4e63526780130694ac (diff)
Tidy up initialisation.
Diffstat (limited to 'src/wx/job_view.cc')
-rw-r--r--src/wx/job_view.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/wx/job_view.cc b/src/wx/job_view.cc
index d358d9f75..aa175816d 100644
--- a/src/wx/job_view.cc
+++ b/src/wx/job_view.cc
@@ -52,7 +52,6 @@ JobView::JobView(shared_ptr<Job> job, wxWindow* parent, wxWindow* container, wxF
, _table(table)
, _parent(parent)
, _container(container)
- , _gauge(0)
{
}