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/HistoryStats/src/main.cpp | 8 -------- 1 file changed, 8 deletions(-) (limited to 'plugins/HistoryStats/src') diff --git a/plugins/HistoryStats/src/main.cpp b/plugins/HistoryStats/src/main.cpp index b6c1674bf0..1871f69371 100644 --- a/plugins/HistoryStats/src/main.cpp +++ b/plugins/HistoryStats/src/main.cpp @@ -381,14 +381,6 @@ static int EventModulesLoaded(WPARAM, LPARAM) ///////////////////////////////////////////////////////////////////////////////////////// // external interface -extern "C" __declspec(dllexport) const PLUGININFOEX* MirandaPluginInfoEx(DWORD) -{ - OutputDebugString(L"HistoryStats: MirandaPluginInfoEx() was called.\n"); - - // MEMO: (don't) fail, if version is below minimum - return &pluginInfoEx; -} - extern "C" __declspec(dllexport) int Load() { // init COM, needed for GUID generation -- cgit v1.2.3