diff options
Diffstat (limited to 'addressbook/backend')
-rw-r--r-- | addressbook/backend/idl/addressbook.idl | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/addressbook/backend/idl/addressbook.idl b/addressbook/backend/idl/addressbook.idl index fe2870fcde..f708026424 100644 --- a/addressbook/backend/idl/addressbook.idl +++ b/addressbook/backend/idl/addressbook.idl @@ -64,8 +64,7 @@ module Addressbook { /* * This function returns a cursor to the book * listener. This is for people who want a snapshot - * of the addressbook. The syntax for the query - * string is not yet defined. + * of the addressbook. */ void getCursor (in string query); |