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/Gadu-Gadu/gg.c | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'protocols/Gadu-Gadu') diff --git a/protocols/Gadu-Gadu/gg.c b/protocols/Gadu-Gadu/gg.c index a9ad33f19b..2cc361b57a 100644 --- a/protocols/Gadu-Gadu/gg.c +++ b/protocols/Gadu-Gadu/gg.c @@ -144,16 +144,6 @@ const char *http_error_string(int h) // Gets plugin info __declspec(dllexport) PLUGININFOEX *MirandaPluginInfoEx(DWORD mirandaVersion) { - if (mirandaVersion < MIRANDA_VERSION_CORE) - { - MessageBox( - NULL, - "The Gadu-Gadu protocol plugin cannot be loaded. It requires Miranda IM " MIRANDA_VERSION_CORE_STRING " or later.", - "Gadu-Gadu Protocol Plugin", - MB_OK | MB_ICONWARNING | MB_SETFOREGROUND | MB_TOPMOST - ); - return NULL; - } return &pluginInfo; } __declspec(dllexport) const MUUID* MirandaPluginInterfaces(void) -- cgit v1.2.3