From 2fbbc01f91aacb12cd130fe7c2e4968ea9da85a2 Mon Sep 17 00:00:00 2001 From: Thomas Tanghus Date: Wed, 17 Apr 2013 14:37:22 +0200 Subject: [PATCH] Remove obsolete TODOs --- lib/backend/database.php | 1 - lib/backend/shared.php | 2 -- 2 files changed, 3 deletions(-) diff --git a/lib/backend/database.php b/lib/backend/database.php index 7c491c35..72e034f4 100644 --- a/lib/backend/database.php +++ b/lib/backend/database.php @@ -237,7 +237,6 @@ class Database extends AbstractBackend { /** * Deletes an entire addressbook and all its contents * - * TODO: Delete contacts as well. * @param string $addressbookid * @return bool */ diff --git a/lib/backend/shared.php b/lib/backend/shared.php index 95163859..114e149c 100644 --- a/lib/backend/shared.php +++ b/lib/backend/shared.php @@ -36,8 +36,6 @@ class Shared extends Database { /** * Returns the list of addressbooks for a specific user. * - * TODO: Create default if none exists. - * * @param string $principaluri * @return array */