diff options
author | George Hazan <george.hazan@gmail.com> | 2015-05-21 09:27:49 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2015-05-21 09:27:49 +0000 |
commit | 57263562642acaae5a938477e3f58d9118798a0f (patch) | |
tree | 26cf04c854c89d03700feadd9d9d75ce287f45ed /plugins/SecureIM/src/commonheaders.cpp | |
parent | e0dfb094e874c9492640f717edd05064873d5d28 (diff) |
atavism extincted
git-svn-id: http://svn.miranda-ng.org/main/trunk@13729 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/SecureIM/src/commonheaders.cpp')
-rw-r--r-- | plugins/SecureIM/src/commonheaders.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/SecureIM/src/commonheaders.cpp b/plugins/SecureIM/src/commonheaders.cpp index 260cac63e1..da32c4b8d6 100644 --- a/plugins/SecureIM/src/commonheaders.cpp +++ b/plugins/SecureIM/src/commonheaders.cpp @@ -20,7 +20,6 @@ BOOL bPGPloaded = false, bPGPkeyrings = false, bUseKeyrings = false, bPGPprivkey BOOL bGPGloaded = false, bGPGkeyrings = false, bSavePass = false;
BOOL bSFT, bSOM, bASI, bMCD, bSCM, bDGP, bAIP, bNOL, bAAK, bMCM;
BYTE bPGP, bGPG;
-DWORD iCoreVersion = 0;
mir_cs localQueueMutex;
LPSTR myDBGetStringDecode(MCONTACT hContact, const char *szModule, const char *szSetting)
|