diff options
Diffstat (limited to 'protocols/JabberG/src/jabber_proto.h')
-rw-r--r-- | protocols/JabberG/src/jabber_proto.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/protocols/JabberG/src/jabber_proto.h b/protocols/JabberG/src/jabber_proto.h index dbd9c13a20..92bf19327b 100644 --- a/protocols/JabberG/src/jabber_proto.h +++ b/protocols/JabberG/src/jabber_proto.h @@ -646,10 +646,6 @@ struct CJabberProto : public PROTO<CJabberProto> JABBER_LIST_ITEM *ListGetItemPtrFromIndex(int index);
void ListWipe(void);
- int ListExist(JABBER_LIST list, const TCHAR *jid);
-
- BOOL ListLock();
- BOOL ListUnlock();
void ListRemove(JABBER_LIST list, const TCHAR *jid);
void ListRemoveList(JABBER_LIST list);
|