-a lot of code cleanup

This commit is contained in:
martin 2011-01-26 23:32:43 -05:00
parent ac0dd03d82
commit b5a1f0fa81
14 changed files with 122 additions and 173 deletions

View file

@ -227,19 +227,6 @@ class ScheduleController extends Zend_Controller_Action
}
}
/*
public function viewPlaylistAction()
{
$this->view->headScript()->appendFile('/js/playlist/playlist.js','text/javascript');
$this->view->headScript()->appendFile('/js/progressbar/jquery.progressbar.min.js','text/javascript');
$this->_helper->viewRenderer->setResponseSegment('nowplaying');
this->_helper->actionStack('', '');
}
*/
public function getCurrentPlaylistAction()
{
$this->view->entries = Schedule::GetPlayOrderRange();