From 452b8be3a5317b861f4b79241afa6211f4cb5643 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Wed, 24 Jul 2019 15:14:43 +0300 Subject: more useless shit cleaned --- include/m_clist.h | 20 -------------------- 1 file changed, 20 deletions(-) (limited to 'include/m_clist.h') 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 @@ -198,26 +198,6 @@ EXTERN_C MIR_APP_DLL(HGENMENU) Menu_AddTrayMenuItem(TMO_MenuItem *pmi); // wParam = lParam = 0 #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 -- cgit v1.2.3