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 --- protocols/Omegle/src/main.cpp | 6 ------ 1 file changed, 6 deletions(-) (limited to 'protocols/Omegle') diff --git a/protocols/Omegle/src/main.cpp b/protocols/Omegle/src/main.cpp index 4e3a855042..8f1e9a35d5 100644 --- a/protocols/Omegle/src/main.cpp +++ b/protocols/Omegle/src/main.cpp @@ -51,12 +51,6 @@ CMPlugin::CMPlugin() : SetUniqueId("Nick"); } -extern "C" __declspec(dllexport) PLUGININFOEX* MirandaPluginInfoEx(DWORD mirandaVersion) -{ - g_mirandaVersion = mirandaVersion; - return &pluginInfoEx; -} - ///////////////////////////////////////////////////////////////////////////////////////// // Interface information -- cgit v1.2.3