summaryrefslogtreecommitdiff
path: root/plugins/MenuItemEx
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/MenuItemEx')
-rw-r--r--plugins/MenuItemEx/main.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/plugins/MenuItemEx/main.cpp b/plugins/MenuItemEx/main.cpp
index 78d1c6c0b9..9061c0feb0 100644
--- a/plugins/MenuItemEx/main.cpp
+++ b/plugins/MenuItemEx/main.cpp
@@ -1345,10 +1345,6 @@ static int PluginInit(WPARAM wparam,LPARAM lparam)
hHooks[6] = HookEvent(ME_MSG_WINDOWEVENT,ContactWindowOpen);
}
- // updater plugin support
- if(ServiceExists(MS_UPDATE_REGISTERFL)) {
- CallService(MS_UPDATE_REGISTERFL, (WPARAM)__PLUGIN_ID, (LPARAM)&pluginInfoEx);
- }
return 0;
}