aboutsummaryrefslogtreecommitdiff
path: root/graphics/png.cpp
diff options
context:
space:
mode:
authorEugene Sandulenko2011-10-23 23:31:23 +0100
committerEugene Sandulenko2011-10-23 23:44:14 +0100
commit4c08fccf589e9c2eab87c53bae912b3f0d23b323 (patch)
tree46292fcab85f52ea673ac9a2db0df561ac525629 /graphics/png.cpp
parentf1165b0b6ead53b68443c649cc544016ad119b1d (diff)
downloadscummvm-rg350-4c08fccf589e9c2eab87c53bae912b3f0d23b323.tar.gz
scummvm-rg350-4c08fccf589e9c2eab87c53bae912b3f0d23b323.tar.bz2
scummvm-rg350-4c08fccf589e9c2eab87c53bae912b3f0d23b323.zip
GUI: Add support for PNG images in themes
Diffstat (limited to 'graphics/png.cpp')
-rw-r--r--graphics/png.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/graphics/png.cpp b/graphics/png.cpp
index 2189fd333f..cea8b575ad 100644
--- a/graphics/png.cpp
+++ b/graphics/png.cpp
@@ -22,8 +22,6 @@
#include "graphics/png.h"
-#ifdef GRAPHICS_PNG_H
-
#include "graphics/pixelformat.h"
#include "graphics/surface.h"
@@ -487,5 +485,3 @@ void PNG::readTransparencyChunk(uint32 chunkLength) {
}
} // End of Graphics namespace
-
-#endif // GRAPHICS_PNG_H