summaryrefslogtreecommitdiff
path: root/src/strgen
diff options
context:
space:
mode:
authorDarkvater <Darkvater@openttd.org>2007-01-24 21:23:35 +0000
committerDarkvater <Darkvater@openttd.org>2007-01-24 21:23:35 +0000
commitb0f7707df8f4b25fb5088a50b5ab9dc0905b917f (patch)
tree83d80451f979c4ed9bae7e813e15cef726630bf4 /src/strgen
parent4bd4583df1f05c84fbe31de74489e7272d0bc20c (diff)
downloadopenttd-b0f7707df8f4b25fb5088a50b5ab9dc0905b917f.tar.xz
(svn r8398) -Cleanup: Remove WATCOM crud from strgen and map.h include from macros.h as it is no longer needed.
Diffstat (limited to 'src/strgen')
-rw-r--r--src/strgen/strgen.cpp8
1 files changed, 0 insertions, 8 deletions
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);