[aseprite] 35/134: Remove unused variable

Tobias Hansen thansen at moszumanska.debian.org
Sat Mar 14 17:09:59 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 6d255dd3ab6b57b4b83206fd93720f936a66c055
Author: David Capello <davidcapello at gmail.com>
Date:   Wed Nov 5 11:15:08 2014 -0300

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

diff --git a/src/ui/textbox.cpp b/src/ui/textbox.cpp
index e862e93..9fec5f7 100644
--- a/src/ui/textbox.cpp
+++ b/src/ui/textbox.cpp
@@ -107,7 +107,6 @@ bool TextBox::onProcessMessage(Message* msg)
     case kMouseMoveMessage: {
       View* view = View::getView(this);
       if (view && hasCapture()) {
-        gfx::Rect vp = view->getViewportBounds();
         gfx::Point scroll = view->getViewScroll();
         gfx::Point newPos = static_cast<MouseMessage*>(msg)->position();
 

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