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/MirLua/src/main.cpp | 5 ----- 1 file changed, 5 deletions(-) (limited to 'plugins/MirLua') diff --git a/plugins/MirLua/src/main.cpp b/plugins/MirLua/src/main.cpp index 244f4c9bc4..98bdf213d4 100644 --- a/plugins/MirLua/src/main.cpp +++ b/plugins/MirLua/src/main.cpp @@ -24,11 +24,6 @@ PLUGININFOEX pluginInfoEx = }; -extern "C" __declspec(dllexport) PLUGININFOEX* MirandaPluginInfoEx(DWORD) -{ - return &pluginInfoEx; -} - ///////////////////////////////////////////////////////////////////////////////////////// int OnOptionsInit(WPARAM wParam, LPARAM) -- cgit v1.2.3