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 --- plugins/Db3x/init.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'plugins/Db3x') diff --git a/plugins/Db3x/init.c b/plugins/Db3x/init.c index ca574224f5..51ca5baafe 100644 --- a/plugins/Db3x/init.c +++ b/plugins/Db3x/init.c @@ -181,10 +181,6 @@ __declspec(dllexport) DATABASELINK* DatabasePluginInfo(void * reserved) __declspec(dllexport) PLUGININFOEX * MirandaPluginInfoEx(DWORD mirandaVersion) { - if ( mirandaVersion < MIRANDA_VERSION_CORE ) { - MessageBox( NULL, _T("The db3x plugin cannot be loaded. It requires Miranda IM 0.7.0.0 or later."), _T("db3x Plugin"), MB_OK|MB_ICONWARNING|MB_SETFOREGROUND|MB_TOPMOST ); - return NULL; - } return &pluginInfo; } -- cgit v1.2.3