From 5d3725f9d972cde917ab9b076cb0b89b33557c7a Mon Sep 17 00:00:00 2001 From: Steven Fuller Date: Sun, 4 May 2008 20:47:08 -0700 Subject: Removed a lot of tool code. --- src/win95/chunkpal.cpp | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'src/win95/chunkpal.cpp') diff --git a/src/win95/chunkpal.cpp b/src/win95/chunkpal.cpp index 1e98413..a132550 100644 --- a/src/win95/chunkpal.cpp +++ b/src/win95/chunkpal.cpp @@ -1,23 +1,12 @@ #include "chunkpal.hpp" #include "mishchnk.hpp" -#if engine - #ifndef UseLocalAssert #define UseLocalAssert 1 #endif #include "ourasert.h" #define assert(x) GLOBALASSERT(x) -#else - -#if cencon -#include "ccassert.h" -#else -#include -#endif - -#endif //macro for helping to force inclusion of chunks when using libraries FORCE_CHUNK_INCLUDE_IMPLEMENT(chunkpal) -- cgit v1.3