aboutsummaryrefslogtreecommitdiff
path: root/src/QXmppUtils.h
diff options
context:
space:
mode:
authorJeremy Lainé <jeremy.laine@m4x.org>2011-01-21 13:28:59 +0000
committerJeremy Lainé <jeremy.laine@m4x.org>2011-01-21 13:28:59 +0000
commitb0faa20df3346fa7b8a3ab938d9a4c4a2e3eac5d (patch)
tree5020606b5dc9309edd06044e1e417cc86675b4bb /src/QXmppUtils.h
parente50cf894f2011e349a62c0f045dcf937822c2e3a (diff)
downloadqxmpp-b0faa20df3346fa7b8a3ab938d9a4c4a2e3eac5d.tar.gz
remove helperToXmlAddNumberElement(), it was only used once
Diffstat (limited to 'src/QXmppUtils.h')
-rw-r--r--src/QXmppUtils.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/QXmppUtils.h b/src/QXmppUtils.h
index 92a253b5..80d84240 100644
--- a/src/QXmppUtils.h
+++ b/src/QXmppUtils.h
@@ -62,7 +62,5 @@ void helperToXmlAddDomElement(QXmlStreamWriter* stream,
const QDomElement& element, const QStringList &omitNamespaces);
void helperToXmlAddTextElement(QXmlStreamWriter* stream, const QString& name,
const QString& value);
-void helperToXmlAddNumberElement(QXmlStreamWriter* stream, const QString& name,
- int value);
#endif // QXMPPUTILS_H