Removed empty method

This commit is contained in:
Rudi Grinberg 2012-09-19 10:25:29 -04:00
parent 58620203cf
commit 20b79374e2
1 changed files with 0 additions and 4 deletions

View File

@ -13,10 +13,6 @@ class UserController extends Zend_Controller_Action
->initContext(); ->initContext();
} }
public function indexAction()
{
}
public function addUserAction() public function addUserAction()
{ {
global $CC_CONFIG; global $CC_CONFIG;