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/mishchnk.hpp | 20 -------------------- 1 file changed, 20 deletions(-) (limited to 'src/win95/mishchnk.hpp') diff --git a/src/win95/mishchnk.hpp b/src/win95/mishchnk.hpp index 237da64..438f99b 100644 --- a/src/win95/mishchnk.hpp +++ b/src/win95/mishchnk.hpp @@ -6,29 +6,13 @@ #include "chnktype.hpp" -#if engine - #define UseLocalAssert No #include "ourasert.h" #define assert(x) GLOBALASSERT(x) -#else - -#if cencon -#include "ccassert.h" -#else -#include -#endif - -#endif - -#if cencon -#include "output.hpp" -#else #define twprintf printf extern char * users_name; -#endif class File_Chunk; @@ -244,8 +228,4 @@ private: }; - - - - #endif -- cgit v1.3