summaryrefslogtreecommitdiff
path: root/plugins/StatusPlugins/KeepStatus/keepstatus.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/StatusPlugins/KeepStatus/keepstatus.cpp')
-rw-r--r--plugins/StatusPlugins/KeepStatus/keepstatus.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/plugins/StatusPlugins/KeepStatus/keepstatus.cpp b/plugins/StatusPlugins/KeepStatus/keepstatus.cpp
index ba69168422..929a9aa1df 100644
--- a/plugins/StatusPlugins/KeepStatus/keepstatus.cpp
+++ b/plugins/StatusPlugins/KeepStatus/keepstatus.cpp
@@ -1301,9 +1301,7 @@ int CSModuleLoaded(WPARAM wParam,LPARAM lParam)
RegisterAction();
RegisterTrigger();
#endif
- if (ServiceExists(MS_UPDATE_REGISTERFL))
- CallService(MS_UPDATE_REGISTERFL, 2206, (LPARAM)&pluginInfoEx);
-
+
return 0;
}