summaryrefslogtreecommitdiffstats
path: root/src/corelib/codecs/qsimplecodec_p.h
diff options
context:
space:
mode:
authorMark Brand <mabrand@mabrand.nl>2012-01-12 23:56:35 +0100
committerQt by Nokia <qt-info@nokia.com>2012-01-14 03:54:41 +0100
commitf0841fe4cfc31c32a311aeb724ac5ae9c8462af0 (patch)
tree9b6237c290d210fb1275fa2458ead1fbe2ec4e06 /src/corelib/codecs/qsimplecodec_p.h
parent1135aeb1d89b802ab3e3b7cc2c32122e9b91770f (diff)
remove symbian support vestiges from text codecs
Change-Id: I7b577d360cb9c7225da108ee56fd927a91a04dee Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com> Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com> Reviewed-by: Olivier Goffart <ogoffart@woboq.com>
Diffstat (limited to 'src/corelib/codecs/qsimplecodec_p.h')
-rw-r--r--src/corelib/codecs/qsimplecodec_p.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/corelib/codecs/qsimplecodec_p.h b/src/corelib/codecs/qsimplecodec_p.h
index fbff15b6aa..6d0ceb3c95 100644
--- a/src/corelib/codecs/qsimplecodec_p.h
+++ b/src/corelib/codecs/qsimplecodec_p.h
@@ -64,11 +64,7 @@ template <typename T> class QAtomicPointer;
class QSimpleTextCodec: public QTextCodec
{
public:
-#ifdef Q_OS_SYMBIAN
- enum { numSimpleCodecs = 5 };
-#else
enum { numSimpleCodecs = 30 };
-#endif
explicit QSimpleTextCodec(int);
~QSimpleTextCodec();