Remove useless comments

This commit is contained in:
Matthias Jentsch 2015-05-04 15:43:24 +02:00
parent 6ff903c8a9
commit c71786a624
4 changed files with 0 additions and 18 deletions

View File

@ -13,9 +13,6 @@ class Monitoring_CommentController extends Controller
{ {
protected $comment; protected $comment;
/**
* Add tabs
*/
public function init() public function init()
{ {
$commentId = $this->params->get('comment_id'); $commentId = $this->params->get('comment_id');

View File

@ -14,9 +14,6 @@ class Monitoring_CommentsController extends Controller
{ {
protected $comments; protected $comments;
/**
* Add tabs
*/
public function init() public function init()
{ {
$this->filter = Filter::fromQueryString(str_replace( $this->filter = Filter::fromQueryString(str_replace(

View File

@ -8,12 +8,6 @@ use Icinga\Module\Monitoring\Forms\Command\Object\DeleteDowntimeCommandForm;
use Icinga\Web\Url; use Icinga\Web\Url;
use Icinga\Web\Widget\Tabextension\DashboardAction; use Icinga\Web\Widget\Tabextension\DashboardAction;
/*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
/** /**
* Display detailed information about a downtime * Display detailed information about a downtime
*/ */
@ -23,9 +17,6 @@ class Monitoring_DowntimeController extends Controller
protected $isService; protected $isService;
/**
* Add tabs
*/
public function init() public function init()
{ {
$downtimeId = $this->params->get('downtime_id'); $downtimeId = $this->params->get('downtime_id');

View File

@ -18,9 +18,6 @@ class Monitoring_DowntimesController extends Controller
protected $filter; protected $filter;
/**
* Add tabs
*/
public function init() public function init()
{ {
$this->filter = Filter::fromQueryString(str_replace( $this->filter = Filter::fromQueryString(str_replace(