summaryrefslogtreecommitdiffstats
path: root/src/corelib/global/qconfig-small.h
diff options
context:
space:
mode:
authorDavid Faure <faure@kde.org>2012-01-11 11:15:03 +0100
committerQt by Nokia <qt-info@nokia.com>2012-01-11 22:17:46 +0100
commitf65a10b733800f83dae47ce1694fbeaf29ce5b5c (patch)
tree032fbaad2e3d5f72bc98c9b0d045c9085969e9ee /src/corelib/global/qconfig-small.h
parentaa4c2bbce9459911e6876b4cbeaa66c3ed49b141 (diff)
Remove unused QT_NO_TEXTSTREAM.
It was checked in a few places, but it didn't actually remove QTextStream, so it was pretty useless. Change-Id: I8eaf28893cd6c7acbe1c0b69d58de90742aee755 Reviewed-by: João Abecasis <joao.abecasis@nokia.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 fefbfb6f02..84a5ec59d9 100644
--- a/src/corelib/global/qconfig-small.h
+++ b/src/corelib/global/qconfig-small.h
@@ -77,9 +77,6 @@
#endif
/* File I/O */
-#ifndef QT_NO_TEXTSTREAM
-# define QT_NO_TEXTSTREAM
-#endif
#ifndef QT_NO_SETTINGS
# define QT_NO_SETTINGS
#endif