mirror of
https://github.com/aseprite/aseprite.git
synced 2025-02-15 21:40:34 +00:00
Remove unused member variable from app::Job class
This commit is contained in:
parent
5c07f86a66
commit
7bc0c4fba5
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user