Skip to content

Commit

Permalink
Remove not in use code
Browse files Browse the repository at this point in the history
  • Loading branch information
sukhwinder33445 committed Sep 8, 2023
1 parent 937b584 commit 72f905c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
2 changes: 0 additions & 2 deletions library/Icingadb/Widget/Detail/CheckStatistics.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
use ipl\Html\Text;
use ipl\Web\Common\Card;
use ipl\Web\Compat\StyleWithNonce;
use ipl\Web\Widget\StateBall;
use ipl\Web\Widget\TimeAgo;
use ipl\Web\Widget\TimeSince;
use ipl\Web\Widget\TimeUntil;
Expand All @@ -41,7 +40,6 @@ class CheckStatistics extends Card
</svg>
SVG;


protected $object;

protected $tag = 'div';
Expand Down
3 changes: 0 additions & 3 deletions library/Icingadb/Widget/Detail/DowntimeCard.php
Original file line number Diff line number Diff line change
Expand Up @@ -100,9 +100,6 @@ protected function assemble()
->addFor($markerFlexStart, ['left' => sprintf('%F%%', $flexStartLeft)])
->addFor($markerFlexEnd, ['left' => sprintf('%F%%', $flexEndLeft)]);

$markerStart->getAttributes()->remove('class', 'highlighted'); // TODO: class was never set??
$markerEnd->getAttributes()->remove('class', 'highlighted');

$scheduledEndBubble = new HtmlElement(
'li',
null,
Expand Down

0 comments on commit 72f905c

Please sign in to comment.