diff options
author | George Hazan <ghazan@miranda.im> | 2018-04-05 22:10:25 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2018-04-05 22:10:25 +0300 |
commit | 35e2289786a7f1542573d1a58ebc971970ea981c (patch) | |
tree | da8887c793611fdbf6072fd477fd8c01c60b8b02 /include/m_clistint.h | |
parent | f7c00d6dc53774d16b9721e79ed5d4017af63884 (diff) |
CLIST_INTERFACE::pfnGetContactDisplayName => Clist_GetContactDisplayName
Diffstat (limited to 'include/m_clistint.h')
-rw-r--r-- | include/m_clistint.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/m_clistint.h b/include/m_clistint.h index 2cf393a059..2c7d9ec763 100644 --- a/include/m_clistint.h +++ b/include/m_clistint.h @@ -391,10 +391,6 @@ struct CLIST_INTERFACE void (*pfnCheckCacheItem)(ClcCacheEntry*);
void (*pfnFreeCacheItem)(ClcCacheEntry*);
- #define GCDNF_NOMYHANDLE 1 // will never return the user's custom name
- #define GCDNF_NOCACHE 4 // will not use the cache
-
- wchar_t* (*pfnGetContactDisplayName)(MCONTACT hContact, int mode);
void (*pfnInvalidateDisplayNameCacheEntry)(MCONTACT hContact);
/* clisttray.c */
|