aboutsummaryrefslogtreecommitdiff
path: root/source/QXmppBind.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/QXmppBind.cpp')
-rw-r--r--source/QXmppBind.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/source/QXmppBind.cpp b/source/QXmppBind.cpp
index a1c5bd25..3742660b 100644
--- a/source/QXmppBind.cpp
+++ b/source/QXmppBind.cpp
@@ -64,9 +64,6 @@ void QXmppBind::setResource(const QString& str)
void QXmppBind::toXmlElementFromChild(QXmlStreamWriter *writer) const
{
- QString data;
- QTextStream stream(&data);
-
writer->writeStartElement("bind");
helperToXmlAddAttribute(writer, "xmlns", ns_bind);
helperToXmlAddTextElement(writer, "jid", getJid() );