From 950e410c0dedfd5574bc7ae9e5ef5ed057698c32 Mon Sep 17 00:00:00 2001 From: Thomas Mueller Date: Fri, 26 Apr 2013 15:36:43 +0200 Subject: [PATCH] PHP 5.3 compatibility --- lib/abstractpimobject.php | 7 ------- 1 file changed, 7 deletions(-) diff --git a/lib/abstractpimobject.php b/lib/abstractpimobject.php index 2e493460..909a7536 100644 --- a/lib/abstractpimobject.php +++ b/lib/abstractpimobject.php @@ -119,11 +119,4 @@ abstract class AbstractPIMObject implements IPIMObject { return $this->getPermissions() & $permission; } - /** - * Delete the data from backend - * - * @return bool - */ - abstract public function delete(); - } \ No newline at end of file