From ce14c36475643c4b30fd8d0a52e8d73137047f9e Mon Sep 17 00:00:00 2001 From: Robin Burchell Date: Wed, 18 Jan 2012 13:43:47 +0200 Subject: Remove Q_CC_MWERKS. This is no longer supported. Change-Id: I3914f5007595fd699fa1e9a565a0a3f59a0e135e Reviewed-by: Jonas Gastal Reviewed-by: Marius Storm-Olsen --- src/corelib/tools/qlocale_tools.cpp | 7 ------- 1 file changed, 7 deletions(-) (limited to 'src/corelib/tools/qlocale_tools.cpp') diff --git a/src/corelib/tools/qlocale_tools.cpp b/src/corelib/tools/qlocale_tools.cpp index 8a57a418e4..f8b1e8afbc 100644 --- a/src/corelib/tools/qlocale_tools.cpp +++ b/src/corelib/tools/qlocale_tools.cpp @@ -258,13 +258,6 @@ bool removeGroupSeparators(QLocalePrivate::CharBuff *num) return true; } -#if defined(Q_CC_MWERKS) && defined(Q_OS_WIN32) -inline bool isascii(int c) -{ - return (c >= 0 && c <=127); -} -#endif - /*- * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. -- cgit v1.2.3