diff options
author | George Hazan <ghazan@miranda.im> | 2023-03-18 17:20:59 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2023-03-18 17:20:59 +0300 |
commit | e52bd3620247a596d182d5044fb4bdab2df5ea8c (patch) | |
tree | 8fb17b8a4a362bda30e89ecb92f50a02e71abccc | |
parent | 10b37395993329b5438398991a7c258fb8d577a7 (diff) |
unused variable removed
-rw-r--r-- | protocols/JabberG/src/jabber_chat.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/protocols/JabberG/src/jabber_chat.cpp b/protocols/JabberG/src/jabber_chat.cpp index bc9d98cc76..6906c24c2b 100644 --- a/protocols/JabberG/src/jabber_chat.cpp +++ b/protocols/JabberG/src/jabber_chat.cpp @@ -315,7 +315,6 @@ void CJabberProto::GcQuit(JABBER_LIST_ITEM *item, int code, const TiXmlElement * GcLogUpdateMemberStatus(item, myNick, myNick, nullptr, GC_EVENT_KICK, reason);
}
- Utf2T wszRoomJid(item->jid);
if (code == 200)
Chat_Terminate(item->si);
else
|