diff options
author | George Hazan <ghazan@miranda.im> | 2018-03-27 16:43:20 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2018-03-27 16:43:20 +0300 |
commit | d3fb018c576412538d929828f9e4c28e72b7dc5c (patch) | |
tree | 501740a2623c8c513966d8fc2dfe341e85e3b546 /plugins/YAMN/src/stdafx.h | |
parent | e1cbdcf39414f1c42f480b221c0d05a32e3f441b (diff) |
code cleaning
Diffstat (limited to 'plugins/YAMN/src/stdafx.h')
-rw-r--r-- | plugins/YAMN/src/stdafx.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/YAMN/src/stdafx.h b/plugins/YAMN/src/stdafx.h index 98cff20363..9785e95622 100644 --- a/plugins/YAMN/src/stdafx.h +++ b/plugins/YAMN/src/stdafx.h @@ -173,7 +173,6 @@ extern UINT SecTimer; HANDLE WINAPI g_GetIconHandle(int idx);
HICON WINAPI g_LoadIconEx(int idx, bool big = false);
-void WINAPI g_ReleaseIcon(HICON hIcon);
//From synchro.cpp
void WINAPI DeleteMessagesToEndFcn(HACCOUNT Account, HYAMNMAIL From);
|