diff options
| author | Jeremy Lainé <jeremy.laine@m4x.org> | 2011-01-21 13:28:59 +0000 |
|---|---|---|
| committer | Jeremy Lainé <jeremy.laine@m4x.org> | 2011-01-21 13:28:59 +0000 |
| commit | b0faa20df3346fa7b8a3ab938d9a4c4a2e3eac5d (patch) | |
| tree | 5020606b5dc9309edd06044e1e417cc86675b4bb /src/QXmppUtils.h | |
| parent | e50cf894f2011e349a62c0f045dcf937822c2e3a (diff) | |
| download | qxmpp-b0faa20df3346fa7b8a3ab938d9a4c4a2e3eac5d.tar.gz | |
remove helperToXmlAddNumberElement(), it was only used once
Diffstat (limited to 'src/QXmppUtils.h')
| -rw-r--r-- | src/QXmppUtils.h | 2 |
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 |
