[aseprite] 81/128: Remove unused variables in app::Editor class

Tobias Hansen thansen at moszumanska.debian.org
Mon May 9 21:24:26 UTC 2016


This is an automated email from the git hooks/post-receive script.

thansen pushed a commit to branch master
in repository aseprite.

commit 174d31a12a157cd164b4d075743e47c325752d19
Author: David Capello <davidcapello at gmail.com>
Date:   Thu Apr 28 23:04:55 2016 -0300

    Remove unused variables in app::Editor class
---
 src/app/ui/editor/editor.cpp | 1 -
 src/app/ui/editor/editor.h   | 1 -
 2 files changed, 2 deletions(-)

diff --git a/src/app/ui/editor/editor.cpp b/src/app/ui/editor/editor.cpp
index 34cc229..8c7659c 100644
--- a/src/app/ui/editor/editor.cpp
+++ b/src/app/ui/editor/editor.cpp
@@ -1015,7 +1015,6 @@ void Editor::updateQuicktool()
   if (m_customizationDelegate && !hasCapture()) {
     auto activeToolManager = App::instance()->activeToolManager();
     tools::Tool* selectedTool = activeToolManager->selectedTool();
-    tools::Tool* oldQuicktool = activeToolManager->quickTool();
 
     // Don't change quicktools if we are in a selection tool and using
     // the selection modifiers.
diff --git a/src/app/ui/editor/editor.h b/src/app/ui/editor/editor.h
index d96f743..41a0379 100644
--- a/src/app/ui/editor/editor.h
+++ b/src/app/ui/editor/editor.h
@@ -320,7 +320,6 @@ namespace app {
     DocumentView* m_docView;
 
     gfx::Point m_oldPos;
-    ui::PointerType m_lastPointerType;
 
     EditorFlags m_flags;
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/aseprite.git



More information about the Pkg-games-commits mailing list