summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2016-04-22 11:28:05 +0000
committerGeorge Hazan <george.hazan@gmail.com>2016-04-22 11:28:05 +0000
commitdc7a8b1f54463500d2c13339829db6c665f097da (patch)
treef93e3f2cbc72687e69bfd18945751a1f08743353 /include
parent5212643f256d5cf75b295aeb42783c81ce033519 (diff)
- major atavism removed: clist_modern own cache;
- cache items are never deleted; - MS_CLIST_INVALIDATEDISPLAYNAME service removed and replaced with pcli->pfnInvalidateDisplayNameCacheEntry() call git-svn-id: http://svn.miranda-ng.org/main/trunk@16744 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'include')
-rw-r--r--include/delphi/m_clist.inc7
-rw-r--r--include/m_clist.h6
2 files changed, 0 insertions, 13 deletions
diff --git a/include/delphi/m_clist.inc b/include/delphi/m_clist.inc
index d7d94563af..2603919212 100644
--- a/include/delphi/m_clist.inc
+++ b/include/delphi/m_clist.inc
@@ -94,13 +94,6 @@ const
}
ME_CLIST_DOUBLECLICKED:PAnsiChar = 'CList/DoubleClicked';
- {
- Invalidates the display name cache
- wParam=(WPARAM)(HANDLE)hContact
- lParam=not used
- }
- MS_CLIST_INVALIDATEDISPLAYNAME:PAnsiChar = 'CList/InvalidateDiplayName';
-
type
PCLISTEVENT = ^TCLISTEVENT;
TCLISTEVENT = record
diff --git a/include/m_clist.h b/include/m_clist.h
index 3d3e8cfbda..b5ae118ca6 100644
--- a/include/m_clist.h
+++ b/include/m_clist.h
@@ -195,12 +195,6 @@ typedef struct {
#define ME_CLIST_DOUBLECLICKED "CList/DoubleClicked"
/////////////////////////////////////////////////////////////////////////////////////////
-// Invalidates the display name cache
-// wParam = (MCONTACT)hContact
-// lParam = not used
-#define MS_CLIST_INVALIDATEDISPLAYNAME "CList/InvalidateDiplayName"
-
-/////////////////////////////////////////////////////////////////////////////////////////
// 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