summaryrefslogtreecommitdiff
path: root/plugins/HistoryStats/src
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/HistoryStats/src')
-rw-r--r--plugins/HistoryStats/src/main.cpp8
1 files changed, 0 insertions, 8 deletions
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