diff --git a/lib/Doctrine/Record/Filter.php b/lib/Doctrine/Record/Filter.php index 578bc432d..f1788593b 100644 --- a/lib/Doctrine/Record/Filter.php +++ b/lib/Doctrine/Record/Filter.php @@ -33,28 +33,6 @@ */ abstract class Doctrine_Record_Filter { - /** - * @var Doctrine_Record $_record the record object this filter belongs to - */ - protected $_record; - /** - * constructor - * - * @param Doctrine_Record $_record the record object this filter belongs to - */ - public function __construct(Doctrine_Record $record) - { - $this->_record = $record; - } - /** - * getRecord - * - * @return Doctrine_Record $_record the record object this filter belongs to - */ - public function getRecord() - { - return $this->_record; - } /** * filterSet * defines an implementation for filtering the set() method of Doctrine_Record