diff options
Diffstat (limited to 'phpBB/includes/notification')
-rw-r--r-- | phpBB/includes/notification/method/interface.php | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/phpBB/includes/notification/method/interface.php b/phpBB/includes/notification/method/interface.php index f5c210a2fc..3c6c757d5c 100644 --- a/phpBB/includes/notification/method/interface.php +++ b/phpBB/includes/notification/method/interface.php @@ -35,11 +35,6 @@ interface phpbb_notification_method_interface public function add_to_queue(phpbb_notification_type_interface $notification); /** - * Empty the queue - */ - protected function empty_queue(); - - /** * Parse the queue and notify the users */ public function notify(); |