From 10c093a617929db5c6b201dbf03d6070b12b36b4 Mon Sep 17 00:00:00 2001 From: Manjeet Dahiya Date: Tue, 27 Oct 2009 12:04:03 +0000 Subject: Issue 15: Implement XEP-0047 --- source/QXmppBind.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'source/QXmppBind.cpp') 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() ); -- cgit v1.2.3