diff options
author | George Hazan <george.hazan@gmail.com> | 2013-09-24 11:20:49 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2013-09-24 11:20:49 +0000 |
commit | 6bb9843450cc285c7acc870c79bcc3beae8933b2 (patch) | |
tree | afafbabe2e2a8f6a2ba56d24ae8867320e01c203 /protocols/JabberG/src/jabber_proto.h | |
parent | 76b283677bd66b4f41289bc211504834bb0f0513 (diff) |
major <s>Asshole</s> design flaw removed from Jabber, there's no need to invent monstrous maps to store message-related information
git-svn-id: http://svn.miranda-ng.org/main/trunk@6207 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
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);
|