summaryrefslogtreecommitdiff
path: root/protocols/IcqOscarJ/init.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/IcqOscarJ/init.cpp')
-rw-r--r--protocols/IcqOscarJ/init.cpp9
1 files changed, 0 insertions, 9 deletions
diff --git a/protocols/IcqOscarJ/init.cpp b/protocols/IcqOscarJ/init.cpp
index d7421c6c26..44adc3efbc 100644
--- a/protocols/IcqOscarJ/init.cpp
+++ b/protocols/IcqOscarJ/init.cpp
@@ -72,15 +72,6 @@ PLUGININFOEX pluginInfo = {
extern "C" PLUGININFOEX __declspec(dllexport) *MirandaPluginInfoEx(DWORD mirandaVersion)
{
- // Only load for 0.9.0.8 or greater
- // We need the new Unicode aware Contact Search API
- if (mirandaVersion < MIRANDA_VERSION_CORE)
- {
- MessageBoxA( NULL, "ICQ plugin cannot be loaded. It requires Miranda IM " MIRANDA_VERSION_CORE_STRING " or later.", "ICQ Plugin",
- MB_OK|MB_ICONWARNING|MB_SETFOREGROUND|MB_TOPMOST );
- return NULL;
- }
-
return &pluginInfo;
}