summaryrefslogtreecommitdiffstats
path: root/src/corelib/codecs/qtextcodec.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/corelib/codecs/qtextcodec.cpp')
-rw-r--r--src/corelib/codecs/qtextcodec.cpp15
1 files changed, 0 insertions, 15 deletions
diff --git a/src/corelib/codecs/qtextcodec.cpp b/src/corelib/codecs/qtextcodec.cpp
index 2cc708345e..576ca91695 100644
--- a/src/corelib/codecs/qtextcodec.cpp
+++ b/src/corelib/codecs/qtextcodec.cpp
@@ -71,10 +71,6 @@
# include "qeuckrcodec_p.h"
# include "qbig5codec_p.h"
# endif // !Q_OS_INTEGRITY
-# ifdef Q_OS_UNIX
-# include "qfontlaocodec_p.h"
-# include "qfontjpcodec_p.h"
-# endif
#endif // !QT_BOOTSTRAPPED && !QT_NO_BIG_CODECS
#include "qlocale.h"
#include "qmutex.h"
@@ -672,17 +668,6 @@ static void setup()
(void)new QSimpleTextCodec(i);
# if !defined(QT_BOOTSTRAPPED) && !defined(QT_NO_BIG_CODECS)
-# ifdef Q_OS_UNIX
- (void)new QFontLaoCodec;
- (void)new QFontGb2312Codec;
- (void)new QFontGbkCodec;
- (void)new QFontGb18030_0Codec;
- (void)new QFontJis0208Codec;
- (void)new QFontJis0201Codec;
- (void)new QFontKsc5601Codec;
- (void)new QFontBig5hkscsCodec;
- (void)new QFontBig5Codec;
-# endif // Q_OS_UNIX
# ifndef Q_OS_INTEGRITY
(void)new QGb18030Codec;