diff --git a/lib/Doctrine/EventListener.php b/lib/Doctrine/EventListener.php index 0826e1948..82178d447 100644 --- a/lib/Doctrine/EventListener.php +++ b/lib/Doctrine/EventListener.php @@ -102,11 +102,6 @@ class Doctrine_EventListener implements Doctrine_EventListener_Interface { } public function postError(Doctrine_Event $event) { } - - public function preHydrate(Doctrine_Event $event) - { } - public function postHydrate(Doctrine_Event $event) - { } public function preFetch(Doctrine_Event $event) { }