diff options
author | George Hazan <ghazan@miranda.im> | 2019-07-24 15:14:43 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2019-07-24 15:14:43 +0300 |
commit | 452b8be3a5317b861f4b79241afa6211f4cb5643 (patch) | |
tree | 8af65fdd3c75f246af6dec0cec4bae8b498c41fd /include/m_clist.h | |
parent | 1ecb5424cdf72be85d0c016f650d29cf62447c83 (diff) |
more useless shit cleaned
Diffstat (limited to 'include/m_clist.h')
-rw-r--r-- | include/m_clist.h | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/include/m_clist.h b/include/m_clist.h index 47a64f7c79..3142a497ed 100644 --- a/include/m_clist.h +++ b/include/m_clist.h @@ -199,26 +199,6 @@ EXTERN_C MIR_APP_DLL(HGENMENU) Menu_AddTrayMenuItem(TMO_MenuItem *pmi); #define ME_CLIST_PREBUILDTRAYMENU "CList/PreBuildTrayMenu"
/////////////////////////////////////////////////////////////////////////////////////////
-// sets the service to call when a contact is double-clicked
-// contactType is one or more of the constants below
-// pszService is called with wParam = hContact, lParam = 0
-// pszService will only be called if there is no outstanding event on the
-// selected contact
-// returns 0 on success, nonzero on failure
-// in case of conflicts, the first module to have registered will get the
-// double click, no others will. This service will return success even for
-// duplicates.
-
-typedef struct {
- int cbSize;
- char *pszContactOwner; //name of protocol owning contact, or NULL for all
- DWORD flags; //any of the CMIF_NOT... flags above
- char *pszService; //service to call on double click
-} CLISTDOUBLECLICKACTION;
-
-#define MS_CLIST_SETDOUBLECLICKACTION "CList/SetDoubleClickAction"
-
-/////////////////////////////////////////////////////////////////////////////////////////
// wParam = (WPARAM)hContact
// lParam = 0
//
|