Remove unused member variable from app::Job class

This commit is contained in:
David Capello 2017-05-17 14:00:47 -03:00
parent 5c07f86a66
commit 7bc0c4fba5

View File

@ -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<ui::Timer> m_timer;
Progress* m_progress;
base::mutex* m_mutex;
ui::AlertPtr m_alert_window;
double m_last_progress;