diff options
Diffstat (limited to 'plugins/ZeroNotification/src')
-rw-r--r-- | plugins/ZeroNotification/src/main.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/plugins/ZeroNotification/src/main.cpp b/plugins/ZeroNotification/src/main.cpp index e1cdb7ccf8..aebcc52b5a 100644 --- a/plugins/ZeroNotification/src/main.cpp +++ b/plugins/ZeroNotification/src/main.cpp @@ -32,11 +32,6 @@ CMPlugin::CMPlugin() : PLUGIN<CMPlugin>(MODULENAME, pluginInfoEx)
{}
-extern "C" __declspec(dllexport) PLUGININFOEX* MirandaPluginInfoEx(DWORD)
-{
- return &pluginInfoEx;
-}
-
/////////////////////////////////////////////////////////////////////////////////////////
// Update the name on the menu
|