summaryrefslogtreecommitdiff
path: root/plugins/JSON/miminterface.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/JSON/miminterface.cpp')
-rw-r--r--plugins/JSON/miminterface.cpp8
1 files changed, 2 insertions, 6 deletions
diff --git a/plugins/JSON/miminterface.cpp b/plugins/JSON/miminterface.cpp
index b6fbf4ce88..51260d3901 100644
--- a/plugins/JSON/miminterface.cpp
+++ b/plugins/JSON/miminterface.cpp
@@ -35,12 +35,8 @@ extern "C" {
return TRUE;
}
- __declspec(dllexport) PLUGININFOEX* MirandaPluginInfoEx(DWORD mirandaVersion) {
- if (mirandaVersion<PLUGIN_MAKE_VERSION( 0, 9, 0, 0 )) {
- MessageBoxA(NULL, "libJSON can only be loaded on Miranda IM 0.9.0.0 or later.", NULL, MB_OK|MB_ICONERROR|MB_SETFOREGROUND|MB_TOPMOST);
- return NULL;
- }
-
+ __declspec(dllexport) PLUGININFOEX* MirandaPluginInfoEx(DWORD mirandaVersion)
+ {
return &pluginInfo;
}