summaryrefslogtreecommitdiff
path: root/src/stdafx.h
diff options
context:
space:
mode:
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 */