summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJake Petroules <jake.petroules@petroules.com>2013-07-30 20:02:58 -0400
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-08-10 02:20:21 +0200
commitcd17b500a85b34c16ff8f4212cf2ff35715040ba (patch)
tree1b57f6b95dca5d75672242a6134c8e623edcd310 /src
parentdcd10c004f4d5d974e4a7f2c68f08c6ed1214702 (diff)
Remove OS X unsupported warning.
No other platform has such a warning and it really is not important. Change-Id: Ib85a536b6fcf9d7f15cd8b0779db7f6cfaec339a Reviewed-by: Gabriel de Dietrich <gabriel.dedietrich@digia.com>
Diffstat (limited to 'src')
-rw-r--r--src/corelib/global/qsystemdetection.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/corelib/global/qsystemdetection.h b/src/corelib/global/qsystemdetection.h
index 22ee28baad..b638b4d509 100644
--- a/src/corelib/global/qsystemdetection.h
+++ b/src/corelib/global/qsystemdetection.h
@@ -249,10 +249,6 @@
# if !defined(__IPHONE_7_0)
# define __IPHONE_7_0 70000
# endif
-#
-# if (__MAC_OS_X_VERSION_MAX_ALLOWED > __MAC_10_8)
-# warning "This version of OS X is unsupported"
-# endif
#endif
#ifdef __LSB_VERSION__