diff options
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);
|