[Scummvm-cvs-logs] scummvm master -> 55e7ef1e0841e37c05ddeaff4370e21a4437eaf9

fingolfin max at quendi.de
Mon May 23 19:49:53 CEST 2011


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
55e7ef1e08 SWORD25: Remove obsolete FORBIDDEN_SYMBOL_ALLOW_ALL defines


Commit: 55e7ef1e0841e37c05ddeaff4370e21a4437eaf9
    https://github.com/scummvm/scummvm/commit/55e7ef1e0841e37c05ddeaff4370e21a4437eaf9
Author: Max Horn (max at quendi.de)
Date: 2011-05-23T10:48:14-07:00

Commit Message:
SWORD25: Remove obsolete FORBIDDEN_SYMBOL_ALLOW_ALL defines

Changed paths:
    engines/sword25/gfx/screenshot.cpp
    engines/sword25/kernel/persistenceservice.cpp



diff --git a/engines/sword25/gfx/screenshot.cpp b/engines/sword25/gfx/screenshot.cpp
index 11b7902..4f9ba1d 100644
--- a/engines/sword25/gfx/screenshot.cpp
+++ b/engines/sword25/gfx/screenshot.cpp
@@ -29,9 +29,6 @@
  *
  */
 
-// Disable symbol overrides so that we can use png.h
-#define FORBIDDEN_SYMBOL_ALLOW_ALL
-
 #include "common/memstream.h"
 #include "common/textconsole.h"
 #include "sword25/gfx/screenshot.h"
diff --git a/engines/sword25/kernel/persistenceservice.cpp b/engines/sword25/kernel/persistenceservice.cpp
index a6c7143..4329502 100644
--- a/engines/sword25/kernel/persistenceservice.cpp
+++ b/engines/sword25/kernel/persistenceservice.cpp
@@ -29,9 +29,6 @@
  *
  */
 
-// Disable symbol overrides so that we can use zlib.h
-#define FORBIDDEN_SYMBOL_ALLOW_ALL
-
 #include "common/fs.h"
 #include "common/savefile.h"
 #include "common/zlib.h"






More information about the Scummvm-git-logs mailing list