diff options
author | Nathan Guse <nathaniel.guse@gmail.com> | 2012-10-20 19:00:37 -0500 |
---|---|---|
committer | Nathan Guse <nathaniel.guse@gmail.com> | 2012-10-20 19:00:37 -0500 |
commit | 52bb4a1bd60dfcaad99d1ac181d8a0372db9cc2b (patch) | |
tree | e85c5dd6a93cc97d41be3c9d7131921ee1a45b9a /phpBB | |
parent | 0ac9079d1c4e32ae04bb7b5da55fa030279ec9b5 (diff) | |
download | forums-52bb4a1bd60dfcaad99d1ac181d8a0372db9cc2b.tar forums-52bb4a1bd60dfcaad99d1ac181d8a0372db9cc2b.tar.gz forums-52bb4a1bd60dfcaad99d1ac181d8a0372db9cc2b.tar.bz2 forums-52bb4a1bd60dfcaad99d1ac181d8a0372db9cc2b.tar.xz forums-52bb4a1bd60dfcaad99d1ac181d8a0372db9cc2b.zip |
[ticket/11103] Do not have empty queue in the interface
This is not needed as it is not public.
PHPBB3-11103
Diffstat (limited to 'phpBB')
-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(); |