summaryrefslogtreecommitdiffstats
path: root/src/corelib/codecs/qtextcodec.cpp
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@nokia.com>2012-06-24 23:45:22 +0200
committerQt by Nokia <qt-info@nokia.com>2012-06-25 02:23:18 +0200
commitd75a97793a803064bbacf97dca5beb670ad3e0b6 (patch)
tree60916a8376c0fc1079c54ff5a03e2d7797a8dfe8 /src/corelib/codecs/qtextcodec.cpp
parent587b80f67dee42bd6231a2cd836dded05e5dfd13 (diff)
Remove the font codecs
These codecs have only been used for XLFD based fonts. These are not supported anymore by Qt 5. Change-Id: I7dc083f2efcd42363b144b24bd62c169d83390cf Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
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;