From 9e97d362c526ddcf8c6ee68891575a7d24918b67 Mon Sep 17 00:00:00 2001 From: Vadim Dashevskiy Date: Tue, 5 Jun 2012 20:02:16 +0000 Subject: mirVersion cleaning git-svn-id: http://svn.miranda-ng.org/main/trunk@321 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/Yahoo/main.cpp | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) (limited to 'protocols/Yahoo') 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; } /* -- cgit v1.2.3