summaryrefslogtreecommitdiff
path: root/src/wx/job_manager_view.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wx/job_manager_view.h')
-rw-r--r--src/wx/job_manager_view.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/wx/job_manager_view.h b/src/wx/job_manager_view.h
index 5a3ae61cb..b10446cdd 100644
--- a/src/wx/job_manager_view.h
+++ b/src/wx/job_manager_view.h
@@ -46,7 +46,6 @@ private:
struct JobRecord {
wxGauge* gauge;
wxStaticText* message;
- bool informed_of_finish;
};
std::map<boost::shared_ptr<Job>, JobRecord> _job_records;