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.cpp20
1 files changed, 0 insertions, 20 deletions
diff --git a/src/corelib/codecs/qtextcodec.cpp b/src/corelib/codecs/qtextcodec.cpp
index 8fef9ccfbaf..72f9dcc0a8a 100644
--- a/src/corelib/codecs/qtextcodec.cpp
+++ b/src/corelib/codecs/qtextcodec.cpp
@@ -339,26 +339,6 @@ static void setup() {}
*/
/*!
- Destroys the ConverterState object.
-*/
-QTextCodec::ConverterState::~ConverterState()
-{
- clear();
-}
-
-void QTextCodec::ConverterState::clear()
-{
- if (clearFn)
- clearFn(this);
- remainingChars = 0;
- invalidChars = 0;
- state_data[0] = 0;
- state_data[1] = 0;
- state_data[2] = 0;
- state_data[3] = 0;
-}
-
-/*!
\class QTextCodec
\inmodule QtCore
\brief The QTextCodec class provides conversions between text encodings.