From a00854c406215d787465422d7ea7def8c24180f5 Mon Sep 17 00:00:00 2001
From: Marc Alexander <admin@m-a-styles.de>
Date: Fri, 20 Sep 2013 17:31:32 +0200
Subject: [feature/passwords] Do not pass phpbb_container to passwords manager

PHPBB3-11610
---
 phpBB/phpbb/passwords/driver/interface.php | 7 -------
 1 file changed, 7 deletions(-)

(limited to 'phpBB/phpbb/passwords/driver/interface.php')

diff --git a/phpBB/phpbb/passwords/driver/interface.php b/phpBB/phpbb/passwords/driver/interface.php
index a019830cb4..a2088db81c 100644
--- a/phpBB/phpbb/passwords/driver/interface.php
+++ b/phpBB/phpbb/passwords/driver/interface.php
@@ -33,13 +33,6 @@ interface phpbb_passwords_driver_interface
 	*/
 	public function get_prefix();
 
-	/**
-	* Returns the name of the hash type
-	*
-	* @return string	Hash type of driver
-	*/
-	public function get_type();
-
 	/**
 	* Hash the password
 	*
-- 
cgit v1.2.1