From 9e08cfa1fddc6b6105f6d99efdecf41ef29ab322 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sun, 16 Jun 2013 20:53:25 +0000 Subject: ancient piece of junk removed git-svn-id: http://svn.miranda-ng.org/main/trunk@4993 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- include/m_protomod.h | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/include/m_protomod.h b/include/m_protomod.h index 5ba369f8d5..4b7bcf2de1 100644 --- a/include/m_protomod.h +++ b/include/m_protomod.h @@ -129,21 +129,6 @@ __forceinline INT_PTR ProtoBroadcastAck(const char *szModule, HANDLE hContact, i return CallService(MS_PROTO_BROADCASTACK, 0, (LPARAM)&ack); } -/* -- Added during 0.3.4 (2004/09/27) development! ----- -*/ - -/* - wParam: (HANDLE)hContact - lParam: 0 - Affect: Given a hContact, return the protocol that is registered for it, or NULL if no such protocol exists, - the returned string does not have to be freed and is valid even for multiple threads. - Note: Prior to 2004/09/28 this service WAS NOT THREAD SAFE and was slower - Note: Prior to 2004/09/28 this service would return NULL for a hContact if the protocol module - associated with the hContact was not currently loaded, no such check is performed now. - Version: 0.3.4 (2004/09/28) -*/ -#define MS_PROTODIR_PROTOFROMCONTACT MS_PROTO_GETCONTACTBASEPROTO - #endif // M_PROTOMOD_H__ -- cgit v1.2.3