Browse Source

ZF-8016: Remove uncalled init() method from base action helper class

git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@19124 44c647ce-9c0f-0410-b52a-842ac1e357ba
matthew 16 years ago
parent
commit
a5d208adac
1 changed files with 0 additions and 9 deletions
  1. 0 9
      library/Zend/Controller/Action/Helper/Abstract.php

+ 0 - 9
library/Zend/Controller/Action/Helper/Abstract.php

@@ -83,15 +83,6 @@ abstract class Zend_Controller_Action_Helper_Abstract
     }
 
     /**
-     * Hook into action controller initialization
-     *
-     * @return void
-     */
-    public function init()
-    {
-    }
-
-    /**
      * Hook into action controller preDispatch() workflow
      *
      * @return void