diff options
Diffstat (limited to 'plugins/OpenSSL/src/main.cpp')
-rw-r--r-- | plugins/OpenSSL/src/main.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/OpenSSL/src/main.cpp b/plugins/OpenSSL/src/main.cpp index c1d7dfc1bc..fb6e709aa9 100644 --- a/plugins/OpenSSL/src/main.cpp +++ b/plugins/OpenSSL/src/main.cpp @@ -63,8 +63,6 @@ extern "C" __declspec(dllexport) const MUUID MirandaInterfaces[] = { MIID_SSL, M extern "C" int __declspec(dllexport) Load(void)
{
- mir_getLP(&pluginInfoEx);
-
return LoadSslModule();
}
|