summaryrefslogtreecommitdiff
path: root/plugins/Quotes/Forex.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/Quotes/Forex.cpp')
-rw-r--r--plugins/Quotes/Forex.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/plugins/Quotes/Forex.cpp b/plugins/Quotes/Forex.cpp
index d99d2aa952..3bb25a9f99 100644
--- a/plugins/Quotes/Forex.cpp
+++ b/plugins/Quotes/Forex.cpp
@@ -435,12 +435,6 @@ extern "C"
{
__declspec(dllexport) PLUGININFOEX* MirandaPluginInfoEx(DWORD mirandaVersion)
{
- if ( mirandaVersion < PLUGIN_MAKE_VERSION(0,8,0,0) )
- {
- MessageBox(NULL, TranslateT("Quotes plugin requires Miranda IM 0.8.0.0 or later"), TranslateT("Fatal error"), MB_OK);
- return NULL;
- }
-
return &Global_pluginInfo;
}