diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2015-04-30 19:49:57 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2015-04-30 19:49:57 +0000 |
commit | 19a02cd81f875a808fc838728f24310f403c753c (patch) | |
tree | 60c4319755d306f004f2ab92be51cc9142ea5665 /plugins/Scriver | |
parent | f4db128b96bf38991a3dea70ef568a1248665a2c (diff) |
cleanup
git-svn-id: http://svn.miranda-ng.org/main/trunk@13317 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Scriver')
-rw-r--r-- | plugins/Scriver/src/commonheaders.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/Scriver/src/commonheaders.h b/plugins/Scriver/src/commonheaders.h index 10df66ad5a..159a5b9f45 100644 --- a/plugins/Scriver/src/commonheaders.h +++ b/plugins/Scriver/src/commonheaders.h @@ -106,7 +106,6 @@ extern void LoadInfobarFonts(); extern HCURSOR hDragCursor;
extern ITaskbarList3 *pTaskbarInterface;
extern GlobalMessageData g_dat;
-extern CRITICAL_SECTION cs;
extern HMENU g_hMenu;
extern HANDLE hHookWinPopup, hHookWinWrite;
extern HCURSOR hCurSplitNS, hCurSplitWE;
|