From 810b1d66234fe21d1b5ef8c128ad130353399a27 Mon Sep 17 00:00:00 2001 From: zYne Date: Sun, 2 Sep 2007 20:48:31 +0000 Subject: [PATCH] --- lib/Doctrine/Configurable.php | 8 -------- 1 file changed, 8 deletions(-) diff --git a/lib/Doctrine/Configurable.php b/lib/Doctrine/Configurable.php index b1e07efaa..26604af35 100644 --- a/lib/Doctrine/Configurable.php +++ b/lib/Doctrine/Configurable.php @@ -87,14 +87,6 @@ abstract class Doctrine_Configurable extends Doctrine_Object case Doctrine::ATTR_LISTENER: $this->setEventListener($value); break; - case Doctrine::ATTR_LOCKMODE: - break; - case Doctrine::ATTR_CREATE_TABLES: - throw new Doctrine_Exception("ATTR_CREATE_TABLES has been deprecated. See exporting in the first chapter of the manual."); - break; - case Doctrine::ATTR_ACCESSORS: - throw new Doctrine_Exception("Get / Set filtering is deprecated (slowed down Doctrine too much)."); - break; case Doctrine::ATTR_COLL_LIMIT: if ($value < 1) { throw new Doctrine_Exception("Collection limit should be a value greater than or equal to 1.");