[aseprite] 198/250: Remove unused variable

Tobias Hansen thansen at moszumanska.debian.org
Sun Dec 20 15:27:30 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 3dce633bf627528c8c9fc51840f62429b3fcb714
Author: David Capello <davidcapello at gmail.com>
Date:   Mon Oct 19 16:41:25 2015 -0300

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

diff --git a/src/app/ui/timeline.cpp b/src/app/ui/timeline.cpp
index d90c101..f7dbc5b 100644
--- a/src/app/ui/timeline.cpp
+++ b/src/app/ui/timeline.cpp
@@ -423,7 +423,6 @@ bool Timeline::onProcessMessage(Message* msg)
           // hitTestCel() and limiting the clicked cel inside the
           // range bounds.
           if (m_range.type() == Range::kCels) {
-            gfx::Point pt = mouseMsg->position();
             m_clk = hitTestCel(mouseMsg->position() - getBounds().getOrigin());
 
             if (m_clk.layer < m_range.layerBegin())

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