From f556de209eb4261f46fb32ab89098693193b0f46 Mon Sep 17 00:00:00 2001 From: Chris Toshok Date: Sat, 10 Apr 2004 16:30:59 +0000 Subject: remove the e_destination_get_book api, since the function doesn't exist. 2004-04-10 Chris Toshok * util/e-destination.h: remove the e_destination_get_book api, since the function doesn't exist. svn path=/trunk/; revision=25408 --- addressbook/ChangeLog | 5 +++++ addressbook/util/e-destination.h | 1 - 2 files changed, 5 insertions(+), 1 deletion(-) (limited to 'addressbook') diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 7c7d2d4df2..b3390ffbe7 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,8 @@ +2004-04-10 Chris Toshok + + * util/e-destination.h: remove the e_destination_get_book api, + since the function doesn't exist. + 2004-04-09 Chris Toshok * gui/component/addressbook-migrate.c (addressbook_migrate): bump 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 *); -- cgit v1.2.3