diff options
author | axis <qt-info@nokia.com> | 2009-07-06 07:28:57 (GMT) |
---|---|---|
committer | axis <qt-info@nokia.com> | 2009-07-06 07:44:36 (GMT) |
commit | 57af679669a1562d6c1d767b6a6d79835aa99a3a (patch) | |
tree | 0ccc8864e0c0e3d241da65df654072921b9511de /src/plugins/codecs | |
parent | b11571133cd46e42a56d902b0b482235f18c3012 (diff) | |
download | Qt-57af679669a1562d6c1d767b6a6d79835aa99a3a.zip Qt-57af679669a1562d6c1d767b6a6d79835aa99a3a.tar.gz Qt-57af679669a1562d6c1d767b6a6d79835aa99a3a.tar.bz2 |
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.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/plugins/codecs/jp/qeucjpcodec.cpp b/src/plugins/codecs/jp/qeucjpcodec.cpp index 76353a3..cdc6619 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 |