Views: Remove $trimArea since it's not used

This commit is contained in:
Eric Lippmann 2013-09-06 16:39:47 +02:00
parent c47778f10e
commit c09dad98f9
2 changed files with 0 additions and 2 deletions

View File

@ -1,7 +1,6 @@
<?php
$hosts = $this->hosts->paginate();
$viewHelper = $this->getHelper('MonitoringState');
$trimArea = $this->getHelper('Trim');
?>
<?= $this->paginationControl($hosts, null, null, array('preserve' => $this->preserve)) ?>

View File

@ -3,7 +3,6 @@
<?php
$paginator = $services->paginate();
$viewHelper = $this->getHelper('MonitoringState');
$trimArea = $this->getHelper('Trim');
?>
<?= $this->sortControl->render($this); ?>