aboutsummaryrefslogtreecommitdiff
path: root/graphics/png.h
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/png.h')
-rw-r--r--graphics/png.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/graphics/png.h b/graphics/png.h
index 3f8ea85320..078c76fc6b 100644
--- a/graphics/png.h
+++ b/graphics/png.h
@@ -27,16 +27,6 @@
* - zlib
*/
-// Currently, only the sword25 engine uses the PNG decoder, so skip compiling
-// it if sword25 is not enabled, or if zlib (a required dependency) is not
-// enabled.
-
-#if !(defined(ENABLE_SWORD25) || defined(USE_ZLIB))
-
-// Do not compile the PNG decoder code
-
-#else
-
#ifndef GRAPHICS_PNG_H
#define GRAPHICS_PNG_H
@@ -176,5 +166,3 @@ private:
} // End of Graphics namespace
#endif // GRAPHICS_PNG_H
-
-#endif // Engine and zlib guard