diff options
author | George Hazan <ghazan@miranda.im> | 2018-05-23 16:11:59 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2018-05-23 16:11:59 +0300 |
commit | a7d5cce8e2cea97d52a35a1769d0e87e84e5502a (patch) | |
tree | 328aa85baa74ea929faa4c09b5e4c49b0cada896 /protocols/MSN/src/msn.cpp | |
parent | 7249e4f451c89d778ce0f211eb0730e6fa3adc04 (diff) |
we don't need MirandaPluginInfoEx() anymore. farewell, my lovely
Diffstat (limited to 'protocols/MSN/src/msn.cpp')
-rw-r--r-- | protocols/MSN/src/msn.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/protocols/MSN/src/msn.cpp b/protocols/MSN/src/msn.cpp index 2d0ebe2729..5b39364a1d 100644 --- a/protocols/MSN/src/msn.cpp +++ b/protocols/MSN/src/msn.cpp @@ -62,11 +62,6 @@ CMPlugin::CMPlugin() : SetUniqueId("wlid");
}
-extern "C" __declspec(dllexport) const PLUGININFOEX* MirandaPluginInfoEx(DWORD)
-{
- return &pluginInfoEx;
-}
-
/////////////////////////////////////////////////////////////////////////////////////////
// MirandaInterfaces - returns the protocol interface to the core
|