summaryrefslogtreecommitdiff
path: root/protocols/JabberG/src/jabber_iqid.cpp
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2022-04-15 17:09:04 +0300
committerGeorge Hazan <ghazan@miranda.im>2022-04-15 17:09:04 +0300
commit23843ef3efa7b02aa04e9a470bb95c118d3a7ceb (patch)
tree5bdbb95e4915eea71aab31ca0b80ce43ffe8cd6b /protocols/JabberG/src/jabber_iqid.cpp
parent0d5fa74532e70566121270b29308fa0daa943f3e (diff)
Jabber: code cleaning
Diffstat (limited to 'protocols/JabberG/src/jabber_iqid.cpp')
-rw-r--r--protocols/JabberG/src/jabber_iqid.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/JabberG/src/jabber_iqid.cpp b/protocols/JabberG/src/jabber_iqid.cpp
index a0c0d8bdfd..64c1c7d071 100644
--- a/protocols/JabberG/src/jabber_iqid.cpp
+++ b/protocols/JabberG/src/jabber_iqid.cpp
@@ -1069,7 +1069,7 @@ void CJabberProto::OnIqResultSetVcard(const TiXmlElement *iqNode, CJabberIqInfo*
SendPresence(m_iStatus, false);
}
}
-void CJabberProto::OnIqResultGetOmemodevicelist(const TiXmlElement* iqNode, CJabberIqInfo* pInfo)
+void CJabberProto::OnIqResultGetOmemodevicelist(const TiXmlElement* iqNode, CJabberIqInfo*)
{
auto* itemsNode = XmlGetChildByTag(iqNode, "items", "node", JABBER_FEAT_OMEMO ".devicelist");
auto from = XmlGetAttr(iqNode, "from");