From 982a43f68c3ed691b9d96e2937c05dfa4634207b Mon Sep 17 00:00:00 2001 From: Lars Knoll Date: Fri, 14 Aug 2009 15:31:23 +0200 Subject: remove a ### comment The change is actually correct, as we only need the commented out codepath for debugging. --- src/corelib/codecs/qtextcodec.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/corelib/codecs/qtextcodec.cpp b/src/corelib/codecs/qtextcodec.cpp index adfe2ed..4915c39 100644 --- a/src/corelib/codecs/qtextcodec.cpp +++ b/src/corelib/codecs/qtextcodec.cpp @@ -92,10 +92,8 @@ # define QT_NO_SETLOCALE #endif -#if 0 // ### TODO - remove me! // enabling this is not exception safe! -#define Q_DEBUG_TEXTCODEC -#endif +// #define Q_DEBUG_TEXTCODEC QT_BEGIN_NAMESPACE -- cgit v0.12