summaryrefslogtreecommitdiff
path: root/src/stdafx.h
diff options
context:
space:
mode:
authorskidd13 <skidd13@openttd.org>2007-12-23 14:06:03 +0000
committerskidd13 <skidd13@openttd.org>2007-12-23 14:06:03 +0000
commitfec9cd587c761e3a0c7a57919be5fa167836076f (patch)
tree3b8f0bec78cdf814451905d5f96daf8fc0ba5d31 /src/stdafx.h
parent43f03dff68498dd07cf35c32257eb63ccbd599f9 (diff)
downloadopenttd-fec9cd587c761e3a0c7a57919be5fa167836076f.tar.xz
(svn r11687) -Codechange: move some defines to a better place
Diffstat (limited to 'src/stdafx.h')
-rw-r--r--src/stdafx.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/src/stdafx.h b/src/stdafx.h
index 90bd721cd..5426eed8a 100644
--- a/src/stdafx.h
+++ b/src/stdafx.h
@@ -339,14 +339,8 @@ assert_compile(sizeof(uint8) == 1);
#if defined(__APPLE__)
#define GetString OTTD_GetString
#define DrawString OTTD_DrawString
- #define Random OTTD_Random
#define CloseConnection OTTD_CloseConnection
-#endif /* __APPLE */
-
-#if defined(__AMIGA__)
- /* it seems AmigaOS already have a Point declared */
- #define Point OTTD_AMIGA_POINT
-#endif
+#endif /* __APPLE__ */
#if !defined(STRGEN)
/* In strgen error is not fatal and returns */