diff --git a/src/slic3r/GUI/StatusPanel.cpp b/src/slic3r/GUI/StatusPanel.cpp index c72f75ab4..afe90f322 100644 --- a/src/slic3r/GUI/StatusPanel.cpp +++ b/src/slic3r/GUI/StatusPanel.cpp @@ -2492,7 +2492,6 @@ void StatusPanel::on_subtask_abort(wxCommandEvent &event) void StatusPanel::error_info_reset() { m_project_task_panel->error_info_reset(); - before_error_code = 0; } void StatusPanel::on_print_error_clean(wxCommandEvent &event)