summaryrefslogtreecommitdiffstats
path: root/src/corelib/global/qlogging.cpp
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@nokia.com>2012-06-12 09:11:19 +0200
committerQt by Nokia <qt-info@nokia.com>2012-06-12 17:40:02 +0200
commit529a9fbd817f4a08ddf7313a373b3e408596a177 (patch)
tree6db6a81902bdca93831dd0f90f3caacf8dd53ee6 /src/corelib/global/qlogging.cpp
parente7c39180be7abb478b7ee87f2a4880f2aafded52 (diff)
Remove unused static functions from qlogging.cpp, qstring.cpp.
Change-Id: I4e9642b5e7fb57ac56511ae06af6ce416d0401ec Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Diffstat (limited to 'src/corelib/global/qlogging.cpp')
-rw-r--r--src/corelib/global/qlogging.cpp9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/corelib/global/qlogging.cpp b/src/corelib/global/qlogging.cpp
index 31783ee68b..b0afc5af7e 100644
--- a/src/corelib/global/qlogging.cpp
+++ b/src/corelib/global/qlogging.cpp
@@ -644,15 +644,6 @@ static void qDefaultMessageHandler(QtMsgType type, const QMessageLogContext &con
/*!
\internal
*/
-static void qDefaultMessageHandler2(QtMsgType type, const QMessageLogContext &context,
- const char *buf)
-{
- qDefaultMessageHandler(type, context, QString::fromLocal8Bit(buf));
-}
-
-/*!
- \internal
-*/
static void qDefaultMsgHandler(QtMsgType type, const char *buf)
{
QMessageLogContext emptyContext;