Browse Source

Remove uneeded implementedEvents().

ADmad 10 years ago
parent
commit
01e44dc6f6
1 changed files with 0 additions and 12 deletions
  1. 0 12
      src/Controller/Component/AuthComponent.php

+ 0 - 12
src/Controller/Component/AuthComponent.php

@@ -281,18 +281,6 @@ class AuthComponent extends Component
     }
 
     /**
-     * Events supported by this component.
-     *
-     * @return array
-     */
-    public function implementedEvents()
-    {
-        return [
-            'Controller.startup' => 'startup',
-        ];
-    }
-
-    /**
      * Checks whether current action is accessible without authentication.
      *
      * @param \Cake\Controller\Controller $controller A reference to the instantiating