diff options
author | George Hazan <ghazan@miranda.im> | 2022-04-15 17:09:04 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2022-04-15 17:09:04 +0300 |
commit | 23843ef3efa7b02aa04e9a470bb95c118d3a7ceb (patch) | |
tree | 5bdbb95e4915eea71aab31ca0b80ce43ffe8cd6b /protocols/JabberG/src/jabber_iqid.cpp | |
parent | 0d5fa74532e70566121270b29308fa0daa943f3e (diff) |
Jabber: code cleaning
Diffstat (limited to 'protocols/JabberG/src/jabber_iqid.cpp')
-rw-r--r-- | protocols/JabberG/src/jabber_iqid.cpp | 2 |
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");
|