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/Dbx_tree/init.cpp | |
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/Dbx_tree/init.cpp')
-rw-r--r-- | plugins/Dbx_tree/init.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/plugins/Dbx_tree/init.cpp b/plugins/Dbx_tree/init.cpp index 0c83f8826f..8c11e04a9f 100644 --- a/plugins/Dbx_tree/init.cpp +++ b/plugins/Dbx_tree/init.cpp @@ -53,11 +53,6 @@ extern "C" __declspec(dllexport) DATABASELINK* DatabasePluginInfo(void * Reserve extern "C" __declspec(dllexport) PLUGININFOEX * MirandaPluginInfoEx(DWORD MirandaVersion)
{
- if (MirandaVersion < gMinMirVer)
- {
- MessageBoxA( 0, "The dbx_tree plugin cannot be loaded. It requires Miranda IM 0.8.0.0 or later.", gInternalName, MB_OK | MB_ICONEXCLAMATION | MB_SETFOREGROUND | MB_TOPMOST );
- return NULL;
- }
return &gPluginInfoEx;
}
|