diff options
Diffstat (limited to 'engine/lib')
-rw-r--r-- | engine/lib/notification.php | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/engine/lib/notification.php b/engine/lib/notification.php index 0b49e9108..8fcd9e9a3 100644 --- a/engine/lib/notification.php +++ b/engine/lib/notification.php @@ -69,20 +69,6 @@ } /** - * Trigger the event "request_notify_list" with a given array of context values. - * - * Listening functions should examine the array and determine whether - for a given context - users need to be - */ - function get_notify_list(array $context) - { - $list = array(); - - // Trigger an event to retrieve a list of guids to notify for a given context. - return trigger_plugin_hook("request_notify_list", "all", $context, $list); - } - - - /** * Notification exception. * @author Marcus Povey */ |