summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Toshok <toshok@ximian.com>2004-04-10 16:30:59 +0000
committerChris Toshok <toshok@src.gnome.org>2004-04-10 16:30:59 +0000
commit792b68d24578b8afeb8d62db5caff3ebb6c5e539 (patch)
tree110dd3583c2d7ba624bb2372192a4189e441de9b
parentefb4d54e6b02859a80a193ab7f0901b1faec74a1 (diff)
downloadevolution-data-server-792b68d24578b8afeb8d62db5caff3ebb6c5e539.tar.gz
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.
-rw-r--r--addressbook/libebook/e-destination.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/addressbook/libebook/e-destination.h b/addressbook/libebook/e-destination.h
index 024d296fa..8035f747b 100644
--- a/addressbook/libebook/e-destination.h
+++ b/addressbook/libebook/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 *);