diff --git a/library/Icinga/Web/View/helpers/format.php b/library/Icinga/Web/View/helpers/format.php index 0e798f877..33aeb86a1 100644 --- a/library/Icinga/Web/View/helpers/format.php +++ b/library/Icinga/Web/View/helpers/format.php @@ -42,7 +42,3 @@ $this->addHelperFunction('timeUntil', function ($time, $timeOnly = false) { DateFormatter::timeUntil($time, $timeOnly) ); }); - -$this->addHelperFunction('dateTimeRenderer', function ($dateTimeOrTimestamp, $future = false) { - return DateTimeRenderer::create($dateTimeOrTimestamp, $future); -});