aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Schickel2012-01-05 10:33:00 +0100
committerJohannes Schickel2012-01-05 10:33:31 +0100
commitc2c8108f3bda8b7f4b4ba930e77b62ef6ffdd0ae (patch)
treecdf6012714558122de213c128c8b6f90ed060a59
parent159fb89cfde1eaa764dfcf136fc06d0fd4780401 (diff)
downloadscummvm-rg350-c2c8108f3bda8b7f4b4ba930e77b62ef6ffdd0ae.tar.gz
scummvm-rg350-c2c8108f3bda8b7f4b4ba930e77b62ef6ffdd0ae.tar.bz2
scummvm-rg350-c2c8108f3bda8b7f4b4ba930e77b62ef6ffdd0ae.zip
GRAPHICS: The PNG decoder is not used by our GUI.
-rw-r--r--graphics/png.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/graphics/png.h b/graphics/png.h
index 25f9c1e7bc..078c76fc6b 100644
--- a/graphics/png.h
+++ b/graphics/png.h
@@ -23,7 +23,6 @@
/*
* PNG decoder used in engines:
* - sword25
- * - ScummVM GUI
* Dependencies:
* - zlib
*/