From 1c4de8a7703b5b45a525210d201bec8c06ab11f1 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Fri, 5 Apr 2019 11:25:42 +0300 Subject: fixes #1911 (chinese in Jabber extended search) --- protocols/JabberG/src/jabber_proto.h | 1 - 1 file changed, 1 deletion(-) (limited to 'protocols/JabberG/src/jabber_proto.h') diff --git a/protocols/JabberG/src/jabber_proto.h b/protocols/JabberG/src/jabber_proto.h index 3bea53160a..40227f952c 100755 --- a/protocols/JabberG/src/jabber_proto.h +++ b/protocols/JabberG/src/jabber_proto.h @@ -700,7 +700,6 @@ struct CJabberProto : public PROTO, public IJabberInterface //---- jabber_search.cpp ------------------------------------------------------------- - void SearchReturnResults(HANDLE id, void* pvUsersInfo, UNIQUE_MAP *pmAllFields); void OnIqResultAdvancedSearch(const TiXmlElement *iqNode, CJabberIqInfo *pInfo); void OnIqResultGetSearchFields(const TiXmlElement *iqNode, CJabberIqInfo *pInfo); int SearchRenewFields(HWND hwndDlg, JabberSearchData * dat); -- cgit v1.2.3