From: Michael J. Rubinsky Date: Tue, 21 Dec 2010 00:07:20 +0000 (-0500) Subject: removed unused code X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=44c1193dfc9d9188b27e90651b596862557e1647;p=horde.git removed unused code --- diff --git a/hermes/lib/Hermes.php b/hermes/lib/Hermes.php index 04d733ec5..cda263b8b 100644 --- a/hermes/lib/Hermes.php +++ b/hermes/lib/Hermes.php @@ -32,14 +32,6 @@ class Hermes return $clients; } - static public function getDayOfWeek($timestamp) - { - // Return 0-6, indicating the position of $timestamp in the - // period. - $dow = 7 + date('w', $timestamp) - $GLOBALS['prefs']->getValue('start_of_week'); - return ($dow % 7); - } - /** * Build Hermes' list of menu items. */