diff options
author | George Hazan <ghazan@miranda.im> | 2018-04-19 19:04:41 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2018-04-19 19:04:41 +0300 |
commit | 03abc0234e40183256bba3d2b9cdf809d92363f2 (patch) | |
tree | 794b80410ddb80d57094dd58706c37b4e0c27a6b /protocols/MRA/src/stdafx.h | |
parent | 212d14abad9935d580e7073088af0f428792bdfb (diff) |
minor code cleaning
Diffstat (limited to 'protocols/MRA/src/stdafx.h')
-rw-r--r-- | protocols/MRA/src/stdafx.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/MRA/src/stdafx.h b/protocols/MRA/src/stdafx.h index 6ee9201b4c..54860e5227 100644 --- a/protocols/MRA/src/stdafx.h +++ b/protocols/MRA/src/stdafx.h @@ -159,7 +159,7 @@ extern IconItem gdiExtraStatusIconsItems[]; extern HMODULE g_hDLLXStatusIcons;
extern HICON g_hMainIcon;
-extern bool g_bChatExist, g_bShutdown;
+extern bool g_bChatExist;
extern size_t g_dwMirWorkDirPathLen;
extern WCHAR g_szMirWorkDirPath[MAX_FILEPATH];
|