ntp_status.widget.php, dead code detection

This commit is contained in:
Ad Schellevis 2017-12-15 14:19:44 +01:00
parent 26bbf42252
commit 5536325b4e

View File

@ -208,11 +208,6 @@ function getServerDateItems($inDate)
// (use intval instead of ltrim, which translates '00' to '')
}
function clockDateString($inDate)
{
return date('Y. F j l', $inDate); // eg "Monday, January 1, 2002"
}
function clockTimeString($inDate, $showSeconds)
{
return date($showSeconds ? 'G:i:s' : 'g:i', $inDate).' ';