summaryrefslogtreecommitdiff
path: root/plugins/Import/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/Import/main.c')
-rw-r--r--plugins/Import/main.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/plugins/Import/main.c b/plugins/Import/main.c
index 844f75d292..6777702db0 100644
--- a/plugins/Import/main.c
+++ b/plugins/Import/main.c
@@ -86,9 +86,6 @@ static INT_PTR ImportCommand(WPARAM wParam,LPARAM lParam)
__declspec(dllexport) PLUGININFOEX* MirandaPluginInfoEx(DWORD mirandaVersion)
{
- if (mirandaVersion < MIRANDA_VERSION_CORE)
- return NULL;
-
return &pluginInfo;
}