diff options
author | George Hazan <george.hazan@gmail.com> | 2014-03-11 19:31:45 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2014-03-11 19:31:45 +0000 |
commit | 29d0fd99991e9deaae5787b4568b407c50630f84 (patch) | |
tree | 66ca2181b7b4840de2b7afb1ff4bdd3578a1325c /src/modules/clist/clistmod.cpp | |
parent | bd4c78f20e084ccdd20c05d1420c06969bc44925 (diff) |
old nasty perversion with dynamically created lists removed
git-svn-id: http://svn.miranda-ng.org/main/trunk@8562 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'src/modules/clist/clistmod.cpp')
-rw-r--r-- | src/modules/clist/clistmod.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/modules/clist/clistmod.cpp b/src/modules/clist/clistmod.cpp index 72a9c21847..fc6c717519 100644 --- a/src/modules/clist/clistmod.cpp +++ b/src/modules/clist/clistmod.cpp @@ -38,7 +38,6 @@ INT_PTR InvalidateDisplayName(WPARAM wParam, LPARAM lParam); int InitGroupServices(void);
void LoadCluiServices();
INT_PTR Docking_IsDocked(WPARAM wParam, LPARAM lParam);
-void InitDisplayNameCache(void);
void FreeDisplayNameCache(void);
int LoadCLUIModule(void);
int InitClistHotKeys(void);
@@ -506,7 +505,6 @@ int LoadContactListModule2(void) CreateServiceFunction(MS_CLIST_HOTKEYSPROCESSMESSAGE, HotkeysProcessMessageStub);
CreateServiceFunction(MS_CLIST_GETCONTACTICON, GetContactIcon);
- InitDisplayNameCache();
InitCListEvents();
InitGroupServices();
cli.pfnInitTray();
|