summaryrefslogtreecommitdiff
path: root/include/m_clist.h
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2016-01-28 16:04:16 +0000
committerGeorge Hazan <george.hazan@gmail.com>2016-01-28 16:04:16 +0000
commitbb5aff746c50564ded61159c5ae28e6218d0a49d (patch)
tree0ec2ef5c4b6b6b9cf6c3bb4a606cf632e69b6d31 /include/m_clist.h
parent1042a84dd1f01c249a946ec708d3dae2881ecfab (diff)
another atavism removed: old stub services for clist events
git-svn-id: http://svn.miranda-ng.org/main/trunk@16181 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'include/m_clist.h')
-rw-r--r--include/m_clist.h24
1 files changed, 0 insertions, 24 deletions
diff --git a/include/m_clist.h b/include/m_clist.h
index 18b8961931..61b4f13322 100644
--- a/include/m_clist.h
+++ b/include/m_clist.h
@@ -201,9 +201,6 @@ typedef struct {
#define MS_CLIST_INVALIDATEDISPLAYNAME "CList/InvalidateDiplayName"
/////////////////////////////////////////////////////////////////////////////////////////
-// adds an event to the contact list's queue
-// wParam = 0
-// lParam = (LPARAM)(CLISTEVENT*)cle
// The contact list will flash hIcon next to the contact hContact (use NULL for
// a system message). szServiceName will be called when the user double clicks
// the icon, at which point the event will be removed from the contact list's
@@ -246,27 +243,6 @@ typedef struct {
#define CLEF_TCHAR 0 //will return char*, as usual
#endif
-#define MS_CLIST_ADDEVENT "CList/AddEvent"
-
-/////////////////////////////////////////////////////////////////////////////////////////
-// removes an event from the contact list's queue
-// wParam = (MCONTACT)hContact
-// lParam = (LPARAM)(HANDLE)hDbEvent
-// returns 0 if the event was successfully removed, or nonzero if the event
-// was not found
-#define MS_CLIST_REMOVEEVENT "Clist/RemoveEvent"
-
-/////////////////////////////////////////////////////////////////////////////////////////
-// gets the details of an event in the queue
-// wParam = (MCONTACT)hContact
-// lParam = iEvent
-// returns a CLISTEVENT* on success, NULL on failure
-// Returns the iEvent-th event from the queue for hContact, so iEvent = 0 will
-// get the event that will be got when the user clicks on that contact.
-// Use hContact = INVALID_HANDLE_VALUE to search over all contacts, so iEvent = 0
-// will get the event that will be got if the user clicks the systray icon.
-#define MS_CLIST_GETEVENT "CList/GetEvent"
-
/////////////////////////////////////////////////////////////////////////////////////////
// gets the image list with all the useful icons in it
// wParam = lParam = 0