summaryrefslogtreecommitdiff
path: root/src/modules/clist/clc.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 /src/modules/clist/clc.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 'src/modules/clist/clc.h')
-rw-r--r--src/modules/clist/clc.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/modules/clist/clc.h b/src/modules/clist/clc.h
index 35c3a4b004..19002bdf59 100644
--- a/src/modules/clist/clc.h
+++ b/src/modules/clist/clc.h
@@ -157,10 +157,10 @@ TCHAR* fnGetStatusModeDescription(int wParam, int lParam);
int fnGetWindowVisibleState(HWND hWnd, int iStepX, int iStepY);
/* clisttray.c */
+extern mir_cs trayLockCS;
+
void fnInitTray(void);
void fnUninitTray(void);
-void fnLockTray(void);
-void fnUnlockTray(void);
int fnCListTrayNotify(MIRANDASYSTRAYNOTIFY *msn);
int fnTrayIconAdd(HWND hwnd, const char *szProto, const char *szIconProto, int status);
int fnTrayIconDestroy(HWND hwnd);