summaryrefslogtreecommitdiff
path: root/protocols/Yahoo
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/Yahoo')
-rw-r--r--protocols/Yahoo/main.cpp14
1 files changed, 1 insertions, 13 deletions
diff --git a/protocols/Yahoo/main.cpp b/protocols/Yahoo/main.cpp
index 7c53c2f1df..2814db5512 100644
--- a/protocols/Yahoo/main.cpp
+++ b/protocols/Yahoo/main.cpp
@@ -171,19 +171,7 @@ extern "C" int __declspec(dllexport) Unload(void)
*/
extern "C" __declspec(dllexport) PLUGININFOEX* MirandaPluginInfoEx(DWORD mirandaVersion)
{
- /*
- * This requires the latest trunk... [md5, sha, etc..]
- */
- if (mirandaVersion < MIRANDA_VERSION_CORE ) {
- MessageBoxA( NULL,
- "Yahoo plugin cannot be loaded. It requires Miranda IM " MIRANDA_VERSION_CORE_STRING " or later.",
- "Yahoo",
- MB_OK|MB_ICONWARNING|MB_SETFOREGROUND|MB_TOPMOST );
-
- return NULL;
- }
-
- return &pluginInfo;
+ return &pluginInfo;
}
/*