diff options
author | George Hazan <ghazan@miranda.im> | 2019-04-12 20:29:34 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2019-04-12 20:29:34 +0300 |
commit | df978c9521ba66c2a2be18a93c68be92943c63ab (patch) | |
tree | 33a6424ac6f73f82b0469aa553fbd587e82a1e32 /plugins/HistorySweeperLight/src/stdafx.h | |
parent | 26e51a3da66e2fda76fdf70fad849a9d4c58fd85 (diff) |
wiping custom icolib functions: HistorySweeperLight
Diffstat (limited to 'plugins/HistorySweeperLight/src/stdafx.h')
-rw-r--r-- | plugins/HistorySweeperLight/src/stdafx.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/plugins/HistorySweeperLight/src/stdafx.h b/plugins/HistorySweeperLight/src/stdafx.h index 5d68a9c2bb..73df99ec90 100644 --- a/plugins/HistorySweeperLight/src/stdafx.h +++ b/plugins/HistorySweeperLight/src/stdafx.h @@ -60,9 +60,6 @@ extern wchar_t* time_stamp_strings[]; extern wchar_t* keep_strings[];
int HSOptInitialise(WPARAM wParam, LPARAM lParam);
void InitIcons(void);
-void ReleaseIconEx(const char* name);
-HICON LoadIconEx(const char* name);
-HANDLE GetIconHandle(const char* name);
// historysweeper.c
void ShutdownAction(void);
|