diff --git a/src/slic3r/GUI/StatusPanel.cpp b/src/slic3r/GUI/StatusPanel.cpp index edcc9aa89f..306795116a 100644 --- a/src/slic3r/GUI/StatusPanel.cpp +++ b/src/slic3r/GUI/StatusPanel.cpp @@ -2519,7 +2519,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)