Remove unused embed controller action

This commit is contained in:
drigato 2015-06-03 10:12:19 -04:00
parent 3de1d90241
commit d6ec9e99b5
1 changed files with 1 additions and 6 deletions

View File

@ -65,11 +65,6 @@ class EmbedController extends Zend_Controller_Action
$this->view->availableDesktopStreams = json_encode($availableDesktopStreams);
}
public function premiumPlayerAction()
{
$this->view->layout()->disableLayout();
}
public function currentDayProgramAction()
{
$this->view->layout()->disableLayout();