diff options
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 */
|