diff options
Diffstat (limited to 'plugins/srmm/statusicon.h')
-rw-r--r-- | plugins/srmm/statusicon.h | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/plugins/srmm/statusicon.h b/plugins/srmm/statusicon.h deleted file mode 100644 index 314ac9ec1e..0000000000 --- a/plugins/srmm/statusicon.h +++ /dev/null @@ -1,14 +0,0 @@ -#ifndef _STATUS_ICON_INC
-#define _STATUS_ICON_INC
-
-extern HANDLE hHookIconPressedEvt;
-extern int status_icon_list_size;
-
-int InitStatusIcons();
-int DeinitStatusIcons();
-
-int GetStatusIconsCount(HANDLE hContact);
-void DrawStatusIcons(HANDLE hContact, HDC hdc, RECT r, int gap);
-void CheckIconClick(HANDLE hContact, HWND hwndFrom, POINT pt, RECT r, int gap, int flags);
-
-#endif
|