Removed unused route from rest Media Controller

This commit is contained in:
drigato 2014-11-03 12:57:41 -05:00
parent 7e1d14fcf2
commit 5f98151009
2 changed files with 0 additions and 16 deletions

View file

@ -21,9 +21,6 @@ class Rest_MediaController extends Zend_Rest_Controller
public function init()
{
$this->view->layout()->disableLayout();
$ajaxContext = $this->_helper->getHelper('AjaxContext');
$ajaxContext->addActionContext('delete-success', 'json');
}
public function indexAction()