From: Jan Schneider Date: Tue, 20 Jul 2010 21:51:13 +0000 (+0200) Subject: Remove unused code. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=60c4c543eda20cc9f7ba5883c88d839361b96120;p=horde.git Remove unused code. --- diff --git a/kronolith/lib/Event.php b/kronolith/lib/Event.php index 9d53774c0..4ef5718fa 100644 --- a/kronolith/lib/Event.php +++ b/kronolith/lib/Event.php @@ -1847,10 +1847,6 @@ abstract class Kronolith_Event $user = $GLOBALS['registry']->getAuth(); } - $twentyFour = $GLOBALS['prefs']->getValue('twentyFour'); - $start = $this->start->format($twentyFour ? 'G:i' : 'g:ia'); - $end = $this->end->format($twentyFour ? 'G:i' : 'g:ia'); - // We explicitly allow admin access here for the alarms notifications. if (!$GLOBALS['registry']->isAdmin() && $this->private && $this->creator != $user) {