diff options
author | George Hazan <george.hazan@gmail.com> | 2014-08-18 14:32:44 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2014-08-18 14:32:44 +0000 |
commit | 9a10fa95b91ae9e77ba0b0601374fe1abf7782ba (patch) | |
tree | dda025f3b39dd572550a511edf067d2b98946f31 /protocols/JabberG/src/jabber.h | |
parent | 3acd84bf6889f8fe2086eda619a0175d88e05a56 (diff) |
CRITICAL_SECTION removed from Jabber
git-svn-id: http://svn.miranda-ng.org/main/trunk@10229 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/JabberG/src/jabber.h')
-rw-r--r-- | protocols/JabberG/src/jabber.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/protocols/JabberG/src/jabber.h b/protocols/JabberG/src/jabber.h index f633157494..5c376b7599 100644 --- a/protocols/JabberG/src/jabber.h +++ b/protocols/JabberG/src/jabber.h @@ -590,7 +590,6 @@ extern struct CountryListEntry* g_countries; extern FI_INTERFACE *FIP;
-extern CRITICAL_SECTION mutex;
extern HANDLE hExtListInit, hDiscoInfoResult;
extern int bSecureIM, bMirOTR, bNewGPG, bPlatform;
|