summaryrefslogtreecommitdiff
path: root/plugins/StopSpamPlus
diff options
context:
space:
mode:
authorVadim Dashevskiy <watcherhd@gmail.com>2012-06-05 20:02:16 +0000
committerVadim Dashevskiy <watcherhd@gmail.com>2012-06-05 20:02:16 +0000
commit9e97d362c526ddcf8c6ee68891575a7d24918b67 (patch)
treee757afc82ff393e6394b81a17baec4dd3d7482bf /plugins/StopSpamPlus
parent439a7d68a8ff7465e735749068255dfa0c4af5ad (diff)
mirVersion cleaning
git-svn-id: http://svn.miranda-ng.org/main/trunk@321 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/StopSpamPlus')
-rw-r--r--plugins/StopSpamPlus/src/stopspam.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/plugins/StopSpamPlus/src/stopspam.cpp b/plugins/StopSpamPlus/src/stopspam.cpp
index a6a6863505..beac3f3481 100644
--- a/plugins/StopSpamPlus/src/stopspam.cpp
+++ b/plugins/StopSpamPlus/src/stopspam.cpp
@@ -35,9 +35,6 @@ _inline unsigned int MakeVer(int a,int b,int c,int d)
extern "C" __declspec(dllexport) PLUGININFOEX* MirandaPluginInfoEx(DWORD mirandaVersion)
{
- if ( mirandaVersion < MakeVer(__PRODVERSION_STRING))
- return NULL;
-
return &pluginInfoEx;
}