aboutsummaryrefslogtreecommitdiff
path: root/src/QXmppUtils.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/QXmppUtils.h')
-rw-r--r--src/QXmppUtils.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/QXmppUtils.h b/src/QXmppUtils.h
index cc5e1cbf..fce000b9 100644
--- a/src/QXmppUtils.h
+++ b/src/QXmppUtils.h
@@ -26,8 +26,6 @@
#ifndef QXMPPUTILS_H
#define QXMPPUTILS_H
-#include <QMap>
-
// forward declarations of QXmlStream* classes will not work on Mac, we need to
// include the whole header.
// See http://lists.trolltech.com/qt-interest/2008-07/thread00798-0.html
@@ -66,8 +64,4 @@ void helperToXmlAddNumberElement(QXmlStreamWriter* stream, const QString& name,
QString escapeString(const QString& str);
QString unescapeString(const QString& str);
-// Digest MD5 authentication
-QMap<QByteArray, QByteArray> parseDigestMd5(const QByteArray &ba);
-QByteArray serializeDigestMd5(const QMap<QByteArray, QByteArray> &map);
-
#endif // QXMPPUTILS_H