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/main.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/main.cpp')
-rw-r--r-- | plugins/SecureIM/src/main.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/SecureIM/src/main.cpp b/plugins/SecureIM/src/main.cpp index a70e7c6611..773dcccd0e 100644 --- a/plugins/SecureIM/src/main.cpp +++ b/plugins/SecureIM/src/main.cpp @@ -338,8 +338,6 @@ extern "C" __declspec(dllexport) int __cdecl Load(void) if (bIsComCtl6) iBmpDepth = ILC_COLOR32 | ILC_MASK; // 32-bit images are supported
else iBmpDepth = ILC_COLOR24 | ILC_MASK;
- iCoreVersion = CallService(MS_SYSTEM_GETVERSION, 0, 0);
-
// load crypo++ dll
if (!loadlib()) {
msgbox1(0, sim107, MODULENAME, MB_OK | MB_ICONSTOP);
|