From 55e7ef1e0841e37c05ddeaff4370e21a4437eaf9 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Mon, 23 May 2011 19:47:55 +0200 Subject: SWORD25: Remove obsolete FORBIDDEN_SYMBOL_ALLOW_ALL defines --- engines/sword25/gfx/screenshot.cpp | 3 --- engines/sword25/kernel/persistenceservice.cpp | 3 --- 2 files changed, 6 deletions(-) diff --git a/engines/sword25/gfx/screenshot.cpp b/engines/sword25/gfx/screenshot.cpp index 11b79020fd..4f9ba1d3c5 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 a6c71433a7..4329502710 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" -- cgit v1.2.3