1
0
mirror of https://github.com/owncloudarchive/contacts.git synced 2024-11-28 10:24:11 +01:00

Remove obsolete TODOs

This commit is contained in:
Thomas Tanghus 2013-04-17 14:37:22 +02:00
parent 92d0c83574
commit 2fbbc01f91
2 changed files with 0 additions and 3 deletions

View File

@ -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
*/

View File

@ -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
*/