From 9727bb4cfc954b5ecf18a3cf81cbc8c541b14d7d Mon Sep 17 00:00:00 2001 From: Darkvater Date: Wed, 24 Jan 2007 21:23:35 +0000 Subject: (svn r8398) -Cleanup: Remove WATCOM crud from strgen and map.h include from macros.h as it is no longer needed. --- src/strgen/strgen.cpp | 8 -------- 1 file changed, 8 deletions(-) (limited to 'src/strgen/strgen.cpp') diff --git a/src/strgen/strgen.cpp b/src/strgen/strgen.cpp index c837b3664..e29c0f8d1 100644 --- a/src/strgen/strgen.cpp +++ b/src/strgen/strgen.cpp @@ -27,14 +27,6 @@ #define stderr stdout #endif /* __MORPHOS__ */ -#ifdef __WATCOMC__ - uint _map_log_x; // an unpleasant hack required because Watcom is insisting on - uint _map_size_x; // these variables being valid references in map.h - uint _map_size_y; - uint _map_tile_mask; - uint _map_size; -#endif /* __WATCOMC__ */ - /* Compiles a list of strings into a compiled string list */ typedef void (*ParseCmdProc)(char *buf, int value); -- cgit v1.2.3-54-g00ecf