diff options
author | George Hazan <george.hazan@gmail.com> | 2014-01-01 18:53:46 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2014-01-01 18:53:46 +0000 |
commit | e47e740b5138c81b7ddac61e99fa8bb9a39a3559 (patch) | |
tree | a94cf01cff15397f1b0959a0f7dbc6e013d34a4a /plugins/Scriver/src/globals.h | |
parent | 08dc0f0af530f082093315d61ecb2377a410e88c (diff) |
useless icon copying removed
git-svn-id: http://svn.miranda-ng.org/main/trunk@7447 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Scriver/src/globals.h')
-rw-r--r-- | plugins/Scriver/src/globals.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/Scriver/src/globals.h b/plugins/Scriver/src/globals.h index 17d542d110..20cd1e1a19 100644 --- a/plugins/Scriver/src/globals.h +++ b/plugins/Scriver/src/globals.h @@ -135,7 +135,6 @@ int ImageList_AddIcon_Ex(HIMAGELIST hIml, int id); int ImageList_AddIcon_Ex2(HIMAGELIST hIml, HICON hIcon);
int ImageList_ReplaceIcon_Ex(HIMAGELIST hIml, int nIndex, int id);
int ImageList_AddIcon_ProtoEx(HIMAGELIST hIml, const char* szProto, int status);
-void ReleaseIconSmart(HICON hIcon);
void StreamInTestEvents(HWND hEditWnd, GlobalMessageData *gdat);
|