Skip to content

Commit

Permalink
Remove unused member variable from app::Job class
Browse files Browse the repository at this point in the history
  • Loading branch information
dacap committed May 17, 2017
1 parent 5c07f86 commit 7bc0c4f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/app/job.h
Original file line number Diff line number Diff line change
@@ -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.
Expand All @@ -20,7 +20,6 @@ namespace base {
}

namespace app {
class Progress;

class Job {
public:
Expand Down Expand Up @@ -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;
Expand Down

0 comments on commit 7bc0c4f

Please sign in to comment.