diff options
author | George Hazan <george.hazan@gmail.com> | 2012-11-04 22:36:16 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2012-11-04 22:36:16 +0000 |
commit | 0a668c8eb335ba601d97fc7c8dbbecb1c7455408 (patch) | |
tree | 5ea7696fe3e98623abfad58e62422b5538e2a36e /plugins/Clist_mw/src/CLUIFrames | |
parent | 3ed8130e44a7f076fba9f4957c09920716441f48 (diff) |
massive extinction of clutches:
- nicer own extra icons;
- duplicate cache entries in modern
- many other quirks
git-svn-id: http://svn.miranda-ng.org/main/trunk@2201 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Clist_mw/src/CLUIFrames')
-rw-r--r-- | plugins/Clist_mw/src/CLUIFrames/extraimage.cpp | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/plugins/Clist_mw/src/CLUIFrames/extraimage.cpp b/plugins/Clist_mw/src/CLUIFrames/extraimage.cpp deleted file mode 100644 index c435e744f9..0000000000 --- a/plugins/Clist_mw/src/CLUIFrames/extraimage.cpp +++ /dev/null @@ -1,25 +0,0 @@ -#include "../commonheaders.h"
-
-extern int DefaultImageListColorDepth;
-
-static HANDLE hExtraImageListRebuilding,hExtraImageApplying;
-HANDLE hExtraImageClick;
-
-static HIMAGELIST hExtraImageList;
-extern HINSTANCE g_hInst;
-extern HIMAGELIST hCListImages;
-
-extern int ClcIconsChanged(WPARAM,LPARAM);
-
-void SetAllExtraIcons(HWND hwndList,HANDLE hContact)
-{
- /// !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
-}
-
-boolean ImageCreated = FALSE;
-void ReloadExtraIcons();
-
-int ColumnNumToExtra(int column)
-{
- return column+1;
-}
|