]> granicus.if.org Git - icinga2/blobdiff - lib/methods/pluginnotificationtask.cpp
Remove deprecated functions
[icinga2] / lib / methods / pluginnotificationtask.cpp
index 9f6af2a9247b2d81455bb562463d4b8f9bad9640..28708684b18257fd1eace44ca30efd9903b05044 100644 (file)
@@ -33,7 +33,7 @@
 
 using namespace icinga;
 
-REGISTER_SCRIPTFUNCTION_NS_DEPRECATED(Internal, PluginNotification, &PluginNotificationTask::ScriptFunc);
+REGISTER_SCRIPTFUNCTION_NS(Internal, PluginNotification, &PluginNotificationTask::ScriptFunc);
 
 void PluginNotificationTask::ScriptFunc(const Notification::Ptr& notification,
     const User::Ptr& user, const CheckResult::Ptr& cr, int itype,