summaryrefslogtreecommitdiff
path: root/include/m_clistint.h
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2014-12-05 15:06:15 +0000
committerGeorge Hazan <george.hazan@gmail.com>2014-12-05 15:06:15 +0000
commit7c3775ae24f772f37ee69632f11292bd59ebccd2 (patch)
tree2f8fa62167b13207986f564cea10e12f3d0f5939 /include/m_clistint.h
parentae10177eb1e515eada4aa2b4295aab02d1f7c176 (diff)
useless function removed
git-svn-id: http://svn.miranda-ng.org/main/trunk@11252 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'include/m_clistint.h')
-rw-r--r--include/m_clistint.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/include/m_clistint.h b/include/m_clistint.h
index 25a124d42e..b430c06324 100644
--- a/include/m_clistint.h
+++ b/include/m_clistint.h
@@ -446,6 +446,8 @@ typedef struct
HICON (*pfnGetIconFromStatusMode)(MCONTACT hContact, const char *szProto, int status);
void (*pfnInitTray)(void);
+ void (*pfnUninitTray)(void);
+
int (*pfnTrayIconAdd)(HWND hwnd, const char *szProto, const char *szIconProto, int status);
int (*pfnTrayIconDestroy)(HWND hwnd);
int (*pfnTrayIconInit)(HWND hwnd);
@@ -455,10 +457,6 @@ typedef struct
void (*pfnTrayIconTaskbarCreated)(HWND hwnd);
int (*pfnTrayIconUpdate)(HICON hNewIcon, const TCHAR *szNewTip, const char *szPreferredProto, int isBase);
- void (*pfnUninitTray)(void);
- void (*pfnLockTray)(void);
- void (*pfnUnlockTray)(void);
-
VOID (CALLBACK *pfnTrayCycleTimerProc)(HWND hwnd, UINT message, UINT_PTR idEvent, DWORD dwTime);
/*************************************************************************************