summaryrefslogtreecommitdiffstats
path: root/src/corelib/codecs/qtsciicodec.cpp
diff options
context:
space:
mode:
authorLiang Qi <liang.qi@qt.io>2018-09-28 10:33:48 +0200
committerLiang Qi <liang.qi@qt.io>2018-10-12 14:26:27 +0000
commit9c8ca26a4829d5ce810c9653fec3dfe48717f0b1 (patch)
treec04781ac8c8e5f24874838825375ce13d8ca9ec2 /src/corelib/codecs/qtsciicodec.cpp
parent4e7b58629a0a431fbd5c0ba287c3958efd05da13 (diff)
Modernize the "codecs" feature
Change-Id: Idee19112581bff64a2e0b8e331dd3d779aca165b Reviewed-by: Edward Welbourne <edward.welbourne@qt.io> Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@qt.io>
Diffstat (limited to 'src/corelib/codecs/qtsciicodec.cpp')
-rw-r--r--src/corelib/codecs/qtsciicodec.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/corelib/codecs/qtsciicodec.cpp b/src/corelib/codecs/qtsciicodec.cpp
index 49f38d1789..936fc4206d 100644
--- a/src/corelib/codecs/qtsciicodec.cpp
+++ b/src/corelib/codecs/qtsciicodec.cpp
@@ -44,8 +44,6 @@
#include "qtsciicodec_p.h"
#include "qlist.h"
-#ifndef QT_NO_CODECS
-
QT_BEGIN_NAMESPACE
static unsigned char qt_UnicodeToTSCII(ushort u1, ushort u2, ushort u3);
@@ -493,5 +491,3 @@ static unsigned int qt_TSCIIToUnicode(uint code, uint *s)
}
QT_END_NAMESPACE
-
-#endif // QT_NO_CODECS