aboutsummaryrefslogtreecommitdiff
path: root/src/QXmppUtils.h
diff options
context:
space:
mode:
authorJeremy Lainé <jeremy.laine@m4x.org>2011-01-21 13:26:26 +0000
committerJeremy Lainé <jeremy.laine@m4x.org>2011-01-21 13:26:26 +0000
commite50cf894f2011e349a62c0f045dcf937822c2e3a (patch)
tree3b8748fe71da1e99bc47f904f36e15be47da6b0f /src/QXmppUtils.h
parentcdd755ac5aaa682f199e01f45c77181b1ed0d321 (diff)
downloadqxmpp-e50cf894f2011e349a62c0f045dcf937822c2e3a.tar.gz
remove escapeString / unescapeString methods, they are never used
Diffstat (limited to 'src/QXmppUtils.h')
-rw-r--r--src/QXmppUtils.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/QXmppUtils.h b/src/QXmppUtils.h
index fa244dbe..92a253b5 100644
--- a/src/QXmppUtils.h
+++ b/src/QXmppUtils.h
@@ -65,7 +65,4 @@ void helperToXmlAddTextElement(QXmlStreamWriter* stream, const QString& name,
void helperToXmlAddNumberElement(QXmlStreamWriter* stream, const QString& name,
int value);
-QString escapeString(const QString& str);
-QString unescapeString(const QString& str);
-
#endif // QXMPPUTILS_H