From a7d5cce8e2cea97d52a35a1769d0e87e84e5502a Mon Sep 17 00:00:00 2001 From: George Hazan Date: Wed, 23 May 2018 16:11:59 +0300 Subject: we don't need MirandaPluginInfoEx() anymore. farewell, my lovely --- src/core/stdclist/src/init.cpp | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/core/stdclist') diff --git a/src/core/stdclist/src/init.cpp b/src/core/stdclist/src/init.cpp index 548677eb42..94d4517491 100644 --- a/src/core/stdclist/src/init.cpp +++ b/src/core/stdclist/src/init.cpp @@ -59,11 +59,6 @@ CMPlugin::CMPlugin() : PLUGIN("CList", pluginInfoEx) {} -extern "C" __declspec(dllexport) PLUGININFOEX* MirandaPluginInfoEx(DWORD) -{ - return &pluginInfoEx; -} - ///////////////////////////////////////////////////////////////////////////////////////// // returns plugin's interfaces information -- cgit v1.2.3