diff --git a/include/transport/Conversation.h b/include/transport/Conversation.h index d5374ec95df2fd82f6b5e49b4d9530a612bd8416..ee48d82e977451b0c55c4b3242118c26aea57a28 100644 --- a/include/transport/Conversation.h +++ b/include/transport/Conversation.h @@ -98,9 +98,7 @@ class Conversation { m_jids.clear(); } - void removeJID(const Swift::JID &jid) { - m_jids.remove(jid); - } + void removeJID(const Swift::JID &jid); const std::list &getJIDs() { return m_jids;