diff options
author | Chris Toshok <toshok@ximian.com> | 2004-04-11 00:30:59 +0800 |
---|---|---|
committer | Chris Toshok <toshok@src.gnome.org> | 2004-04-11 00:30:59 +0800 |
commit | f556de209eb4261f46fb32ab89098693193b0f46 (patch) | |
tree | 18684d39c59470fd1fc47651e7c39e7865e797f7 /addressbook/util | |
parent | f2ae2e08cae48e4fe75d834713278bace3208600 (diff) | |
download | gsoc2013-evolution-f556de209eb4261f46fb32ab89098693193b0f46.tar.gz gsoc2013-evolution-f556de209eb4261f46fb32ab89098693193b0f46.tar.zst gsoc2013-evolution-f556de209eb4261f46fb32ab89098693193b0f46.zip |
remove the e_destination_get_book api, since the function doesn't exist.
2004-04-10 Chris Toshok <toshok@ximian.com>
* util/e-destination.h: remove the e_destination_get_book api,
since the function doesn't exist.
svn path=/trunk/; revision=25408
Diffstat (limited to 'addressbook/util')
-rw-r--r-- | addressbook/util/e-destination.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/addressbook/util/e-destination.h b/addressbook/util/e-destination.h index 024d296faf..8035f747b6 100644 --- a/addressbook/util/e-destination.h +++ b/addressbook/util/e-destination.h @@ -77,7 +77,6 @@ void e_destination_set_contact (EDestination *, EContact *conta void e_destination_set_contact_uid (EDestination *dest, const char *uid, gint email_num); void e_destination_set_book (EDestination *, EBook *book); EContact *e_destination_get_contact (const EDestination *); -EBook *e_destination_get_book (const EDestination *); const char *e_destination_get_source_uid (const EDestination *); const char *e_destination_get_contact_uid (const EDestination *); int e_destination_get_email_num (const EDestination *); |