summaryrefslogtreecommitdiff
path: root/plugins/Db_autobackups/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/Db_autobackups/main.c')
-rw-r--r--plugins/Db_autobackups/main.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/plugins/Db_autobackups/main.c b/plugins/Db_autobackups/main.c
index 7390bd9dc7..c7183820c3 100644
--- a/plugins/Db_autobackups/main.c
+++ b/plugins/Db_autobackups/main.c
@@ -167,10 +167,6 @@ BOOL WINAPI DllMain(HINSTANCE hinstDLL,DWORD fdwReason,LPVOID lpvReserved)
__declspec(dllexport) PLUGININFOEX* MirandaPluginInfoEx(DWORD mirandaVersion)
{
- if ( mirandaVersion < PLUGIN_MAKE_VERSION(0,8,1,0)) {
- MessageBox( NULL, _T("The ") _T(__PLUGIN_NAME_BASE) _T(" plugin cannot be loaded. It requires Miranda IM 0.8.1 or later."), _T(__PLUGIN_NAME_BASE), MB_OK|MB_ICONWARNING|MB_SETFOREGROUND|MB_TOPMOST );
- return NULL;
- }
return &pluginInfo;
}