diff options
Diffstat (limited to 'protocols/JabberG/src/jabber_proto.h')
-rw-r--r-- | protocols/JabberG/src/jabber_proto.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/protocols/JabberG/src/jabber_proto.h b/protocols/JabberG/src/jabber_proto.h index 5122f1c086..e301a45199 100644 --- a/protocols/JabberG/src/jabber_proto.h +++ b/protocols/JabberG/src/jabber_proto.h @@ -344,11 +344,6 @@ struct CJabberProto : public PROTO<CJabberProto> CNoteList m_notes;
- CRITICAL_SECTION m_csLastResourceMap;
- void *m_pLastResourceList;
- ULONG_PTR m_ulpResourceToDbEventMap[256]; // last 128 messages (128+128)
- DWORD m_dwResourceMapPointer;
-
CJabberInterface m_JabberApi;
CJabberSysInterface m_JabberSysApi;
CJabberNetInterface m_JabberNetApi;
@@ -359,11 +354,6 @@ struct CJabberProto : public PROTO<CJabberProto> void JabberUpdateDialogs(BOOL bEnable);
- void CleanLastResourceMap();
- BOOL IsLastResourceExists(void *pResource);
- void* AddToLastResourceMap(LPCTSTR szFullJid);
- TCHAR* FindLastResourceByDbEvent(HANDLE hDbEvent);
-
//---- jabber_adhoc.cpp --------------------------------------------------------------
int __cdecl ContactMenuRunCommands(WPARAM wParam, LPARAM lParam);
|