From 2c9546e007fe93b83737469abe1df818fe01665f Mon Sep 17 00:00:00 2001 From: zYne Date: Fri, 6 Jul 2007 12:39:53 +0000 Subject: [PATCH] --- lib/Doctrine/Record/Abstract.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/lib/Doctrine/Record/Abstract.php b/lib/Doctrine/Record/Abstract.php index c1ec000c9..03e19cc50 100644 --- a/lib/Doctrine/Record/Abstract.php +++ b/lib/Doctrine/Record/Abstract.php @@ -95,10 +95,6 @@ abstract class Doctrine_Record_Abstract extends Doctrine_Access { $this->_table->setOption('inheritanceMap', $map); } - public function setEnumValues($column, $values) - { - $this->_table->setEnumValues($column, $values); - } /** * attribute * sets or retrieves an option