From 4aedf3771e023bf2586c2b684069650cd420f667 Mon Sep 17 00:00:00 2001 From: "Michael J. Rubinsky" Date: Thu, 3 Sep 2009 16:36:15 -0400 Subject: [PATCH] Actually remove this code --- kronolith/lib/Kronolith.php | 6 ------ 1 file changed, 6 deletions(-) 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) { -- 2.11.0