Remove unused embed controller action
This commit is contained in:
parent
3de1d90241
commit
d6ec9e99b5
1 changed files with 1 additions and 6 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue