From 357af8c5a3cf922818ee014a8f2b54a799917eea Mon Sep 17 00:00:00 2001
From: Kirill Volinsky <mataes2007@gmail.com>
Date: Tue, 5 Jun 2012 15:39:50 +0000
Subject: removed old PLUGININFO. plugin info cleanup starts

git-svn-id: http://svn.miranda-ng.org/main/trunk@312 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
---
 plugins/IgnoreState/main.cpp | 6 ------
 1 file changed, 6 deletions(-)

(limited to 'plugins/IgnoreState')

diff --git a/plugins/IgnoreState/main.cpp b/plugins/IgnoreState/main.cpp
index ac75d51e8a..824569c959 100644
--- a/plugins/IgnoreState/main.cpp
+++ b/plugins/IgnoreState/main.cpp
@@ -69,12 +69,6 @@ extern "C" BOOL WINAPI DllMain(HINSTANCE hinstDLL,DWORD fdwReason,LPVOID lpvRese
 // ����������
 extern "C" __declspec(dllexport) PLUGININFOEX* MirandaPluginInfoEx(DWORD mirandaVersion)
 {
-	if (mirandaVersion < PLUGIN_MAKE_VERSION(0, 8, 0, 29))
-	{
-		MessageBox( NULL, TranslateT("The plugin requires Miranda IM 0.8.0.29 or later for correct applying its preferences."), TranslateT("IgnoreState"),
-			MB_OK|MB_ICONWARNING|MB_SETFOREGROUND|MB_TOPMOST );
-	}
-
 	return &pluginInfo;
 }
 
-- 
cgit v1.2.3