aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorArne Morten Kvarving <cptspiff@gmail.com>2016-11-23 22:50:14 +0100
committerArne Morten Kvarving <cptspiff@gmail.com>2016-11-23 22:58:21 +0100
commit5cb660c9eb1093cde2f6b3639a3f334f53af8dd9 (patch)
tree199e4f8cbc610b1eca7d0f8316848e95a257e550 /tools
parent0b9821c71fbe6a67cd4e8a0c4c1d54ccff73f442 (diff)
remove unused variables / members
Diffstat (limited to 'tools')
-rw-r--r--tools/depends/native/TexturePacker/src/decoder/PNGDecoder.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/depends/native/TexturePacker/src/decoder/PNGDecoder.cpp b/tools/depends/native/TexturePacker/src/decoder/PNGDecoder.cpp
index 09ee59486e..f2d10eb5d2 100644
--- a/tools/depends/native/TexturePacker/src/decoder/PNGDecoder.cpp
+++ b/tools/depends/native/TexturePacker/src/decoder/PNGDecoder.cpp
@@ -72,7 +72,6 @@ bool PNGDecoder::CanDecode(const std::string &filename)
bool PNGDecoder::LoadFile(const std::string &filename, DecodedFrames &frames)
{
png_byte header[8];
- RGBAImage *ret = NULL;
CFile fp;
if (!fp.Open(filename))