diff options
Diffstat (limited to 'protocols/ICQCorp/src')
-rw-r--r-- | protocols/ICQCorp/src/corp.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/protocols/ICQCorp/src/corp.cpp b/protocols/ICQCorp/src/corp.cpp index be1339f51b..497037cf06 100644 --- a/protocols/ICQCorp/src/corp.cpp +++ b/protocols/ICQCorp/src/corp.cpp @@ -52,11 +52,6 @@ CMPlugin::CMPlugin() : Proto_SetUniqueId(protoName, "UIN");
}
-extern "C" __declspec(dllexport) PLUGININFOEX* MirandaPluginInfoEx(DWORD)
-{
- return &pluginInfoEx;
-}
-
//////////////////////////////////////////////////////////////////////////
// Interface information
|