summaryrefslogtreecommitdiff
path: root/src/core/stduseronline/src/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/stduseronline/src/main.cpp')
-rw-r--r--src/core/stduseronline/src/main.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/core/stduseronline/src/main.cpp b/src/core/stduseronline/src/main.cpp
index 2f0869a6dc..248bf8077e 100644
--- a/src/core/stduseronline/src/main.cpp
+++ b/src/core/stduseronline/src/main.cpp
@@ -45,11 +45,6 @@ CMPlugin::CMPlugin() :
PLUGIN<CMPlugin>(MODULENAME, pluginInfoEx)
{}
-extern "C" __declspec(dllexport) PLUGININFOEX* MirandaPluginInfoEx(DWORD)
-{
- return &pluginInfoEx;
-}
-
/////////////////////////////////////////////////////////////////////////////////////////
extern "C" __declspec(dllexport) const MUUID MirandaInterfaces[] = { MIID_USERONLINE, MIID_LAST };