summaryrefslogtreecommitdiff
path: root/plugins/Db3x_mmap/init.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/Db3x_mmap/init.c')
-rw-r--r--plugins/Db3x_mmap/init.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/plugins/Db3x_mmap/init.c b/plugins/Db3x_mmap/init.c
index 452c315d29..304c810a8e 100644
--- a/plugins/Db3x_mmap/init.c
+++ b/plugins/Db3x_mmap/init.c
@@ -176,10 +176,6 @@ __declspec(dllexport) DATABASELINK* DatabasePluginInfo(void * reserved)
__declspec(dllexport) PLUGININFOEX * MirandaPluginInfoEx(DWORD mirandaVersion)
{
- if ( mirandaVersion < MIRANDA_VERSION_CORE ) {
- MessageBox( NULL, _T("The db3x_mmap plugin cannot be loaded. It requires Miranda IM 0.7.0.0 or later."), _T("db3x_mmap Plugin"), MB_OK|MB_ICONWARNING|MB_SETFOREGROUND|MB_TOPMOST );
- return NULL;
- }
return &pluginInfo;
}