[aseprite] 86/134: Remove unused variable

Tobias Hansen thansen at moszumanska.debian.org
Sat Mar 14 17:10:10 UTC 2015


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

thansen pushed a commit to branch master
in repository aseprite.

commit a8af9df74a0e879c03a0496f36a1f96067a4d96d
Author: David Capello <davidcapello at gmail.com>
Date:   Sun Nov 30 20:54:46 2014 -0300

    Remove unused variable
---
 src/app/ui/editor/standby_state.cpp | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/app/ui/editor/standby_state.cpp b/src/app/ui/editor/standby_state.cpp
index fbb631a..d8fd49c 100644
--- a/src/app/ui/editor/standby_state.cpp
+++ b/src/app/ui/editor/standby_state.cpp
@@ -165,7 +165,6 @@ bool StandbyState::onMouseDown(Editor* editor, MouseMessage* msg)
     return true;
 
   UIContext* context = UIContext::instance();
-  tools::Tool* currentTool = editor->getCurrentEditorTool();
   tools::Ink* clickedInk = editor->getCurrentEditorInk();
   DocumentLocation location;
   editor->getDocumentLocation(&location);

-- 
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