From: Michael J. Rubinsky Date: Thu, 3 Sep 2009 20:36:15 +0000 (-0400) Subject: Actually remove this code X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=4aedf3771e023bf2586c2b684069650cd420f667;p=horde.git Actually remove this code --- diff --git a/kronolith/lib/Kronolith.php b/kronolith/lib/Kronolith.php index 275404277..982423791 100644 --- a/kronolith/lib/Kronolith.php +++ b/kronolith/lib/Kronolith.php @@ -2031,12 +2031,6 @@ class Kronolith return $driver->listResources($params); } -// static public function getResource($id) -// { -// $driver = Kronolith::getDriver('Resource'); -// return new Kronolith_Resource_Single($driver->getResource($id)); -// } - static public function isResourceCalendar($calendar) { if (strncmp($calendar, 'resource_', 9) === 0) {