[aseprite] 42/51: Remove unused variable

Tobias Hansen thansen at moszumanska.debian.org
Mon Jul 11 21:35:19 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 3a8c90e95264441b00cbb75ff567049844f8a7f9
Author: David Capello <davidcapello at gmail.com>
Date:   Tue Jul 5 11:52:44 2016 -0300

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

diff --git a/src/app/file/pixly_format.cpp b/src/app/file/pixly_format.cpp
index 12af81c..b9fd74e 100644
--- a/src/app/file/pixly_format.cpp
+++ b/src/app/file/pixly_format.cpp
@@ -341,7 +341,6 @@ bool PixlyFormat::onSave(FileOp* fop)
   int width, height, y;
   png_structp png_ptr;
   png_infop info_ptr;
-  png_colorp palette = NULL;
   png_bytepp rows_pointer;
   int color_type = 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