From 375bcac08031ddee7b61809aa231f623e77b39d7 Mon Sep 17 00:00:00 2001 From: Thomas Tanghus Date: Thu, 25 Apr 2013 12:33:52 +0200 Subject: [PATCH] Contacts: Remove update from interface --- lib/ipimobject.php | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/lib/ipimobject.php b/lib/ipimobject.php index e0022d67..f56f56ed 100644 --- a/lib/ipimobject.php +++ b/lib/ipimobject.php @@ -109,16 +109,6 @@ interface IPIMObject { */ function hasPermission($permission); - /** - * Save the contact data to backend - * FIXME: This isn't consistent. We need a proper interface - * for creating new instances and saving to storage. - * - * @param array $data - * @return bool - */ - public function update(array $data); - /** * @brief Get the last modification time for the object. *