diff --git a/src/app/job.h b/src/app/job.h index e639249c28..7a2a6e91b2 100644 --- a/src/app/job.h +++ b/src/app/job.h @@ -1,5 +1,5 @@ // Aseprite -// Copyright (C) 2001-2016 David Capello +// Copyright (C) 2001-2017 David Capello // // This program is distributed under the terms of // the End-User License Agreement for Aseprite. @@ -20,7 +20,6 @@ namespace base { } namespace app { - class Progress; class Job { public: @@ -64,7 +63,6 @@ namespace app { base::thread* m_thread; base::UniquePtr m_timer; - Progress* m_progress; base::mutex* m_mutex; ui::AlertPtr m_alert_window; double m_last_progress;