diff options
Diffstat (limited to 'plugins/ZeroNotification')
-rw-r--r-- | plugins/ZeroNotification/main.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/ZeroNotification/main.c b/plugins/ZeroNotification/main.c index 2f278b4c01..76fa2eacf8 100644 --- a/plugins/ZeroNotification/main.c +++ b/plugins/ZeroNotification/main.c @@ -53,8 +53,6 @@ PLUGININFOEX pluginInfoEx = { __declspec(dllexport) PLUGININFOEX * MirandaPluginInfoEx(DWORD mirandaVersion)
{
- if (mirandaVersion < PLUGIN_MAKE_VERSION(0, 7, 0, 0))
- return NULL;
return &pluginInfoEx;
}
|