summaryrefslogtreecommitdiffstats
path: root/src/corelib/codecs/qbig5codec.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/corelib/codecs/qbig5codec.cpp')
-rw-r--r--src/corelib/codecs/qbig5codec.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/corelib/codecs/qbig5codec.cpp b/src/corelib/codecs/qbig5codec.cpp
index bfd07408b8..381bf3f790 100644
--- a/src/corelib/codecs/qbig5codec.cpp
+++ b/src/corelib/codecs/qbig5codec.cpp
@@ -41,7 +41,6 @@
QT_BEGIN_NAMESPACE
-#ifndef QT_NO_BIG_CODECS
static int qt_Big5hkscsToUnicode(const uchar *s, uint *pwc);
static int qt_UnicodeToBig5hkscs(uint wc, uchar *r);
@@ -12661,6 +12660,5 @@ int qt_UnicodeToBig5hkscs (uint wc, uchar *r)
/* ====================================================================== */
-#endif // QT_NO_BIG_CODECS
QT_END_NAMESPACE