diff options
Diffstat (limited to 'protocols/MSN/msn.cpp')
-rw-r--r-- | protocols/MSN/msn.cpp | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/protocols/MSN/msn.cpp b/protocols/MSN/msn.cpp index ff5a44b627..7b70c396a4 100644 --- a/protocols/MSN/msn.cpp +++ b/protocols/MSN/msn.cpp @@ -165,13 +165,6 @@ extern "C" int __declspec(dllexport) Unload(void) extern "C" __declspec(dllexport) const PLUGININFOEX* MirandaPluginInfoEx(DWORD mirandaVersion)
{
- if (mirandaVersion < PLUGIN_MAKE_VERSION(0, 10, 0, 2))
- {
- MessageBox(NULL, _T("The MSN protocol plugin cannot be loaded. It requires Miranda IM 0.10.0.2 or later."),
- _T("MSN Protocol"), MB_OK | MB_ICONWARNING | MB_SETFOREGROUND | MB_TOPMOST);
- return NULL;
- }
-
return &pluginInfo;
}
|