From f65a10b733800f83dae47ce1694fbeaf29ce5b5c Mon Sep 17 00:00:00 2001 From: David Faure Date: Wed, 11 Jan 2012 11:15:03 +0100 Subject: Remove unused QT_NO_TEXTSTREAM. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- src/corelib/global/qconfig-minimal.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/corelib/global/qconfig-minimal.h') diff --git a/src/corelib/global/qconfig-minimal.h b/src/corelib/global/qconfig-minimal.h index 05a595ed55..30440243de 100644 --- a/src/corelib/global/qconfig-minimal.h +++ b/src/corelib/global/qconfig-minimal.h @@ -104,9 +104,6 @@ #ifndef QT_NO_TEMPORARYFILE # define QT_NO_TEMPORARYFILE #endif -#ifndef QT_NO_TEXTSTREAM -# define QT_NO_TEXTSTREAM -#endif #ifndef QT_NO_SETTINGS # define QT_NO_SETTINGS #endif -- cgit v1.2.3