diff options
author | miniak <milan.burda@gmail.com> | 2009-12-22 13:58:03 (GMT) |
---|---|---|
committer | Joerg Bornemann <joerg.bornemann@nokia.com> | 2009-12-22 14:42:31 (GMT) |
commit | c5e5998bec4aafca555543d1ef3c335f7b280294 (patch) | |
tree | 1c43d5a6f8996fc461ecf35c23ffced34934cfe5 | |
parent | e60dbc9ca47a0e9371d619b7c5d24a4b3ec4fcd9 (diff) | |
download | Qt-c5e5998bec4aafca555543d1ef3c335f7b280294.zip Qt-c5e5998bec4aafca555543d1ef3c335f7b280294.tar.gz Qt-c5e5998bec4aafca555543d1ef3c335f7b280294.tar.bz2 |
remove obsolete QT_WA/QT_WA_INLINE macros
Merge-request: 1627
Reviewed-by: Joerg Bornemann <joerg.bornemann@nokia.com>
-rw-r--r-- | src/corelib/global/qglobal.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/corelib/global/qglobal.h b/src/corelib/global/qglobal.h index 1f0b80c..5851d26 100644 --- a/src/corelib/global/qglobal.h +++ b/src/corelib/global/qglobal.h @@ -1540,9 +1540,6 @@ inline QT3_SUPPORT bool qt_winUnicode() { return true; } inline QT3_SUPPORT int qWinVersion() { return QSysInfo::WindowsVersion; } #endif -#define QT_WA(unicode, ansi) unicode -#define QT_WA_INLINE(unicode, ansi) (unicode) - #endif /* Q_WS_WIN */ #ifndef Q_OUTOFLINE_TEMPLATE |