diff options
author | George Hazan <george.hazan@gmail.com> | 2016-05-19 09:27:43 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2016-05-19 09:27:43 +0000 |
commit | 5289c28256d3474da6abefac968fb1a6d1133bcd (patch) | |
tree | 8b55e3dac7e64d52ef66a25adbce9220f45aa4e1 /plugins/Clist_modern/src/stdafx.h | |
parent | 390140ffd07469ce5e3cac6dcbdf117cae2c08f6 (diff) |
- unused functions removed;
- cliFreeCacheItem & cliCheckCacheItem functions are teached to call basic core functions
git-svn-id: http://svn.miranda-ng.org/main/trunk@16852 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Clist_modern/src/stdafx.h')
-rw-r--r-- | plugins/Clist_modern/src/stdafx.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/Clist_modern/src/stdafx.h b/plugins/Clist_modern/src/stdafx.h index b8d2006b04..dd9534c389 100644 --- a/plugins/Clist_modern/src/stdafx.h +++ b/plugins/Clist_modern/src/stdafx.h @@ -168,8 +168,6 @@ char* __cdecl strstri(char *a, const char *b); HBITMAP ske_CreateDIB32(int cx, int cy);
-void InitDisplayNameCache(void);
-void FreeDisplayNameCache();
int CLUI_ShowWindowMod(HWND hwnd, int cmd);
void MakeButtonSkinned(HWND hWnd);
|