summaryrefslogtreecommitdiffstats
path: root/src/corelib/codecs/qeucjpcodec.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/corelib/codecs/qeucjpcodec.cpp')
-rw-r--r--src/corelib/codecs/qeucjpcodec.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/corelib/codecs/qeucjpcodec.cpp b/src/corelib/codecs/qeucjpcodec.cpp
index c3131fe601..3192f355d8 100644
--- a/src/corelib/codecs/qeucjpcodec.cpp
+++ b/src/corelib/codecs/qeucjpcodec.cpp
@@ -76,8 +76,6 @@
QT_BEGIN_NAMESPACE
-#ifndef QT_NO_BIG_CODECS
-
static const uchar Ss2 = 0x8e; // Single Shift 2
static const uchar Ss3 = 0x8f; // Single Shift 3
@@ -255,6 +253,5 @@ QByteArray QEucJpCodec::_name()
{
return "EUC-JP";
}
-#endif // QT_NO_BIG_CODECS
QT_END_NAMESPACE