Remove dateTimeRenderer view helper

The helper is no longer used anywhere.

refs #6778
This commit is contained in:
Eric Lippmann 2015-05-19 10:06:19 +02:00
parent 1301b77547
commit a66cb907ae
1 changed files with 0 additions and 4 deletions

View File

@ -42,7 +42,3 @@ $this->addHelperFunction('timeUntil', function ($time, $timeOnly = false) {
DateFormatter::timeUntil($time, $timeOnly) DateFormatter::timeUntil($time, $timeOnly)
); );
}); });
$this->addHelperFunction('dateTimeRenderer', function ($dateTimeOrTimestamp, $future = false) {
return DateTimeRenderer::create($dateTimeOrTimestamp, $future);
});