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>
This commit is contained in:
Jake Petroules 2013-07-30 20:02:58 -04:00 committed by The Qt Project
parent dcd10c004f
commit cd17b500a8

View File

@ -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__