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 --- plugins/AVS/src/main.cpp | 5 ----- 1 file changed, 5 deletions(-) (limited to 'plugins/AVS/src/main.cpp') diff --git a/plugins/AVS/src/main.cpp b/plugins/AVS/src/main.cpp index ceded8b16a..e3d0fcf825 100644 --- a/plugins/AVS/src/main.cpp +++ b/plugins/AVS/src/main.cpp @@ -60,11 +60,6 @@ CMPlugin::CMPlugin() : PLUGIN(AVS_MODULE, pluginInfoEx) {} -extern "C" __declspec(dllexport) PLUGININFOEX * MirandaPluginInfoEx(DWORD) -{ - return &pluginInfoEx; -} - ///////////////////////////////////////////////////////////////////////////////////////// static int ComparePicture(const protoPicCacheEntry *p1, const protoPicCacheEntry *p2) -- cgit v1.2.3