[aseprite] 34/196: Remove unused variable from replace_image_colors()

Tobias Hansen thansen at moszumanska.debian.org
Wed Apr 20 18:49:58 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 451bf02b82964136abfa5845aafa97a453488bf4
Author: David Capello <davidcapello at gmail.com>
Date:   Thu Mar 3 23:41:46 2016 -0300

    Remove unused variable from replace_image_colors()
---
 src/doc/brush.cpp | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/doc/brush.cpp b/src/doc/brush.cpp
index 3221416..ae34682 100644
--- a/src/doc/brush.cpp
+++ b/src/doc/brush.cpp
@@ -103,7 +103,6 @@ static void replace_image_colors(Image* image,
   LockImageBits<ImageTraits> bits(image, Image::ReadWriteLock);
   bool hasAlpha = false; // True if "image" has a pixel with alpha < 255
   color_t mainColor, bgColor;
-  color_t maskColor = image->maskColor();
 
   mainColor = bgColor = 0;
 

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