Remove unused embed controller action
This commit is contained in:
parent
3de1d90241
commit
d6ec9e99b5
|
@ -65,11 +65,6 @@ class EmbedController extends Zend_Controller_Action
|
||||||
$this->view->availableDesktopStreams = json_encode($availableDesktopStreams);
|
$this->view->availableDesktopStreams = json_encode($availableDesktopStreams);
|
||||||
}
|
}
|
||||||
|
|
||||||
public function premiumPlayerAction()
|
|
||||||
{
|
|
||||||
$this->view->layout()->disableLayout();
|
|
||||||
}
|
|
||||||
|
|
||||||
public function currentDayProgramAction()
|
public function currentDayProgramAction()
|
||||||
{
|
{
|
||||||
$this->view->layout()->disableLayout();
|
$this->view->layout()->disableLayout();
|
||||||
|
|
Loading…
Reference in New Issue