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
commit13aa24f1aecf6b4f94709e3d5ca3a243efc38f92 (patch)
treea822d11e5d1ce500aebbd7a3354c5021f6f90725 /src/os/macosx
parent914cd22833ca1b4c0cc6fab111b0ab914b6f8aca (diff)
downloadopenttd-13aa24f1aecf6b4f94709e3d5ca3a243efc38f92.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>