Monitoring/ListController: Remove variable grapher from view

The variable grapher retrieved as first available grapher hook is not being
used anywhere.
This commit is contained in:
Eric Lippmann 2014-05-07 09:27:42 +02:00
parent d87788b9c1
commit 3afcf277bd
1 changed files with 0 additions and 1 deletions

View File

@ -74,7 +74,6 @@ class Monitoring_ListController extends Controller
public function init()
{
$this->backend = Backend::createBackend($this->_getParam('backend'));
$this->view->grapher = Hook::first('grapher');
$this->createTabs();
$this->view->activeRowHref = $this->getParam('detail');
$this->view->compact = ($this->_request->getParam('view') === 'compact');