summaryrefslogtreecommitdiffstats
path: root/src/corelib/text/qcollator_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/corelib/text/qcollator_p.h')
-rw-r--r--src/corelib/text/qcollator_p.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/corelib/text/qcollator_p.h b/src/corelib/text/qcollator_p.h
index 444ae06a99..304c7135e1 100644
--- a/src/corelib/text/qcollator_p.h
+++ b/src/corelib/text/qcollator_p.h
@@ -79,9 +79,6 @@ const CollatorType NoCollator = 0;
typedef QString CollatorKeyType;
typedef int CollatorType;
const CollatorType NoCollator = 0;
-# ifdef Q_OS_WINRT
-# define USE_COMPARESTRINGEX
-# endif
#else // posix - ignores CollatorType collator, only handles system locale
typedef QVector<wchar_t> CollatorKeyType;