diff options
Diffstat (limited to 'protocols/Gadu-Gadu/gg.c')
-rw-r--r-- | protocols/Gadu-Gadu/gg.c | 10 |
1 files changed, 0 insertions, 10 deletions
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)
|