aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/QXmppOutgoingServer.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/QXmppOutgoingServer.cpp b/src/QXmppOutgoingServer.cpp
index b0572270..4e5a05b0 100644
--- a/src/QXmppOutgoingServer.cpp
+++ b/src/QXmppOutgoingServer.cpp
@@ -147,11 +147,6 @@ void QXmppOutgoingServer::handleStanza(const QDomElement &stanza)
}
}
- else
- {
- bool handled = false;
- emit elementReceived(stanza, handled);
- }
}
/// Returns true if the socket is connected and authentication succeeded.