[ticket/11103] Do not have empty queue in the interface

This is not needed as it is not public.

PHPBB3-11103
This commit is contained in:
Nathan Guse 2012-10-20 19:00:37 -05:00
parent 0ac9079d1c
commit 52bb4a1bd6

View file

@ -34,11 +34,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
*/