diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-06-05 20:02:16 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-06-05 20:02:16 +0000 |
commit | 9e97d362c526ddcf8c6ee68891575a7d24918b67 (patch) | |
tree | e757afc82ff393e6394b81a17baec4dd3d7482bf /plugins/Clist_nicer | |
parent | 439a7d68a8ff7465e735749068255dfa0c4af5ad (diff) |
mirVersion cleaning
git-svn-id: http://svn.miranda-ng.org/main/trunk@321 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Clist_nicer')
-rw-r--r-- | plugins/Clist_nicer/SRC/init.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/plugins/Clist_nicer/SRC/init.cpp b/plugins/Clist_nicer/SRC/init.cpp index 77d5ed123e..2ba6531b13 100644 --- a/plugins/Clist_nicer/SRC/init.cpp +++ b/plugins/Clist_nicer/SRC/init.cpp @@ -174,10 +174,6 @@ BOOL WINAPI DllMain(HINSTANCE hInstDLL, DWORD dwReason, LPVOID reserved) extern "C" __declspec(dllexport) PLUGININFOEX * MirandaPluginInfoEx(DWORD mirandaVersion)
{
- if (mirandaVersion < PLUGIN_MAKE_VERSION(0, 9, 0, 0)) {
- MessageBox(0, _T("The installed version of the Clist Nicer+ plugin is not compatible with this Miranda installation. It requires Miranda core 0.9.0.0 or later"), _T("Clist Nicer+ error"), MB_OK);
- return NULL;
- }
return &pluginInfo;
}
|