summaryrefslogtreecommitdiffstats
path: root/src/corelib/global/qconfig-small.h
diff options
context:
space:
mode:
authorKonstantin Ritt <ritt.ks@gmail.com>2012-04-24 18:38:57 +0300
committerQt by Nokia <qt-info@nokia.com>2012-04-25 10:29:56 +0200
commit17ebedf5fc640abbe7af9ffc97bb62404a7eefdd (patch)
treee6de4c735058d3774ae7378cab8fe02c31abad4c /src/corelib/global/qconfig-small.h
parent82fcbe9d7d7505bb2e3fc53789e14405e73d5302 (diff)
get rid of QT_NO_IMAGE_TEXT switcher
Change-Id: Ie72f907ffb959f629af6a414959348a992c4c941 Reviewed-by: aavit <qt_aavit@ovi.com>
Diffstat (limited to 'src/corelib/global/qconfig-small.h')
-rw-r--r--src/corelib/global/qconfig-small.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/corelib/global/qconfig-small.h b/src/corelib/global/qconfig-small.h
index e764285e4a..0c0e6aa01a 100644
--- a/src/corelib/global/qconfig-small.h
+++ b/src/corelib/global/qconfig-small.h
@@ -105,9 +105,6 @@
#ifndef QT_NO_IMAGEFORMAT_XPM
# define QT_NO_IMAGEFORMAT_XPM
#endif
-#ifndef QT_NO_IMAGE_TEXT
-# define QT_NO_IMAGE_TEXT
-#endif
#ifndef QT_NO_MOVIE
# define QT_NO_MOVIE
#endif