diff options
author | George Hazan <george.hazan@gmail.com> | 2013-01-26 12:30:36 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2013-01-26 12:30:36 +0000 |
commit | e604c7be7d4ddbcecb01eb6cb2608b54e09c1743 (patch) | |
tree | 4111e1b820a4c2dacf4ad421a150613c732f0587 /plugins/Clist_modern/src/hdr | |
parent | 9a12bd529ed3c53f7f923c8c90c8c23f4c8264d2 (diff) |
unused parameters removed from CLUI_LoadIconFromExternalFile
git-svn-id: http://svn.miranda-ng.org/main/trunk@3292 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Clist_modern/src/hdr')
-rw-r--r-- | plugins/Clist_modern/src/hdr/modern_commonprototypes.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/Clist_modern/src/hdr/modern_commonprototypes.h b/plugins/Clist_modern/src/hdr/modern_commonprototypes.h index e0ca8cae74..847aefa464 100644 --- a/plugins/Clist_modern/src/hdr/modern_commonprototypes.h +++ b/plugins/Clist_modern/src/hdr/modern_commonprototypes.h @@ -102,7 +102,6 @@ INT_PTR CLUI_GetConnectingIconService(WPARAM wParam,LPARAM lParam); int CLUI_HideBehindEdge();
int CLUI_IconsChanged(WPARAM,LPARAM);
int CLUI_IsInMainWindow(HWND hwnd);
-HICON CLUI_LoadIconFromExternalFile (char *filename,int i,BOOL UseLibrary,bool registerit,char *IconName,char *SectName,char *Description,int internalidx, BOOL * needFree);
int CLUI_OnSkinLoad(WPARAM wParam, LPARAM lParam);
int CLUI_ReloadCLUIOptions();
int CLUI_ShowFromBehindEdge();
|