Removing dead method.

This commit is contained in:
mark_story 2010-09-14 22:56:33 -04:00
parent 0ef76eb69a
commit 30589e2cdf

View file

@ -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.
*