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/Quotes/src/Forex.cpp | 5 ----- 1 file changed, 5 deletions(-) (limited to 'plugins/Quotes') diff --git a/plugins/Quotes/src/Forex.cpp b/plugins/Quotes/src/Forex.cpp index af5efea065..4fedf300fe 100644 --- a/plugins/Quotes/src/Forex.cpp +++ b/plugins/Quotes/src/Forex.cpp @@ -303,11 +303,6 @@ CMPlugin::CMPlugin() : SetUniqueId(DB_STR_QUOTE_SYMBOL); } -EXTERN_C __declspec(dllexport) PLUGININFOEX* MirandaPluginInfoEx(DWORD) -{ - return &pluginInfoEx; -} - ///////////////////////////////////////////////////////////////////////////////////////// EXTERN_C int __declspec(dllexport) Load(void) -- cgit v1.2.3