summaryrefslogtreecommitdiffstats
path: root/src/plugins/codecs
diff options
context:
space:
mode:
authoraxis <qt-info@nokia.com>2009-07-06 09:28:57 +0200
committeraxis <qt-info@nokia.com>2009-07-06 09:44:36 +0200
commit57af679669a1562d6c1d767b6a6d79835aa99a3a (patch)
tree0ccc8864e0c0e3d241da65df654072921b9511de /src/plugins/codecs
parentb11571133cd46e42a56d902b0b482235f18c3012 (diff)
Removed unused static data from Qt.
This saves memory and prevents warnings from RVCT.
Diffstat (limited to 'src/plugins/codecs')
-rw-r--r--src/plugins/codecs/jp/qeucjpcodec.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/plugins/codecs/jp/qeucjpcodec.cpp b/src/plugins/codecs/jp/qeucjpcodec.cpp
index 76353a3cb4..cdc66192a0 100644
--- a/src/plugins/codecs/jp/qeucjpcodec.cpp
+++ b/src/plugins/codecs/jp/qeucjpcodec.cpp
@@ -79,7 +79,6 @@ QT_BEGIN_NAMESPACE
#ifndef QT_NO_TEXTCODEC
-static const uchar Esc = 0x1b;
static const uchar Ss2 = 0x8e; // Single Shift 2
static const uchar Ss3 = 0x8f; // Single Shift 3