summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2013-06-16 20:53:25 +0000
committerGeorge Hazan <george.hazan@gmail.com>2013-06-16 20:53:25 +0000
commit9e08cfa1fddc6b6105f6d99efdecf41ef29ab322 (patch)
tree0bb274fece36b69d661e83db84ec25e91dc91e76 /include
parent8e87b243ac6adf4d6e179d6453d46c4211e6baa3 (diff)
ancient piece of junk removed
git-svn-id: http://svn.miranda-ng.org/main/trunk@4993 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'include')
-rw-r--r--include/m_protomod.h15
1 files changed, 0 insertions, 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__