From 30589e2cdf6cf64b10d67717bb38aa5579a3335f Mon Sep 17 00:00:00 2001 From: mark_story Date: Tue, 14 Sep 2010 22:56:33 -0400 Subject: [PATCH] Removing dead method. --- cake/libs/controller/components/security.php | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/cake/libs/controller/components/security.php b/cake/libs/controller/components/security.php index 63b6676c2..90c3ccdc8 100644 --- a/cake/libs/controller/components/security.php +++ b/cake/libs/controller/components/security.php @@ -176,17 +176,6 @@ class SecurityComponent extends Component { */ public $request; -/** - * Initialize the SecurityComponent - * - * @param object $controller Controller instance for the request - * @param array $settings Settings to set to the component - * @return void - */ - public function initialize(&$controller, $settings = array()) { - $this->_set($settings); - } - /** * Component startup. All security checking happens here. *