Actually remove this code
authorMichael J. Rubinsky <mrubinsk@horde.org>
Thu, 3 Sep 2009 20:36:15 +0000 (16:36 -0400)
committerMichael J. Rubinsky <mrubinsk@horde.org>
Tue, 29 Sep 2009 20:53:50 +0000 (16:53 -0400)
kronolith/lib/Kronolith.php

index 2754042..9824237 100644 (file)
@@ -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) {