summaryrefslogtreecommitdiff
path: root/src/os/macosx
diff options
context:
space:
mode:
authorbjarni <bjarni@openttd.org>2007-11-30 14:49:13 +0000
committerbjarni <bjarni@openttd.org>2007-11-30 14:49:13 +0000
commit6b68c6557b115426d967e0c753df757020c3340a (patch)
treea822d11e5d1ce500aebbd7a3354c5021f6f90725 /src/os/macosx
parent7162b8ddb3dc479cedb1e27e0390c97c7e3a1fc2 (diff)
downloadopenttd-6b68c6557b115426d967e0c753df757020c3340a.tar.xz
(svn r11542) -Fix r11540: [OSX] presumed 10.3 style strings when using GetCurrentLocale nomatter what OSX the target was
Diffstat (limited to 'src/os/macosx')
-rw-r--r--src/os/macosx/macos.mm1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/os/macosx/macos.mm b/src/os/macosx/macos.mm
index 1e97f57be..7e466aaad 100644
--- a/src/os/macosx/macos.mm
+++ b/src/os/macosx/macos.mm
@@ -1,6 +1,5 @@
/* $Id$ */
-#define MAC_OS_X_VERSION_MIN_REQUIRED MAC_OS_X_VERSION_10_3
#include <AvailabilityMacros.h>
#include <AppKit/AppKit.h>