summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2023-03-18 17:20:59 +0300
committerGeorge Hazan <ghazan@miranda.im>2023-03-18 17:20:59 +0300
commite52bd3620247a596d182d5044fb4bdab2df5ea8c (patch)
tree8fb17b8a4a362bda30e89ecb92f50a02e71abccc
parent10b37395993329b5438398991a7c258fb8d577a7 (diff)
unused variable removed
-rw-r--r--protocols/JabberG/src/jabber_chat.cpp1
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