diff options
author | Chenthill Palanisamy <pchen@src.gnome.org> | 2007-02-08 19:11:42 +0800 |
---|---|---|
committer | Chenthill Palanisamy <pchen@src.gnome.org> | 2007-02-08 19:11:42 +0800 |
commit | 9be6776a1c431142621c5838182fd967febd880e (patch) | |
tree | c78106492596c86542f8c0f6c7965e193e247d13 /addressbook/printing/e-contact-print.h | |
parent | 5d9ecba101cd135c57ea3b9aa2286480250dcf6b (diff) | |
download | gsoc2013-evolution-9be6776a1c431142621c5838182fd967febd880e.tar.gz gsoc2013-evolution-9be6776a1c431142621c5838182fd967febd880e.tar.zst gsoc2013-evolution-9be6776a1c431142621c5838182fd967febd880e.zip |
Removed the obsolete function e_contact_print_preview.
svn path=/trunk/; revision=33184
Diffstat (limited to 'addressbook/printing/e-contact-print.h')
-rw-r--r-- | addressbook/printing/e-contact-print.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/addressbook/printing/e-contact-print.h b/addressbook/printing/e-contact-print.h index 68c14aef9a..d40e144286 100644 --- a/addressbook/printing/e-contact-print.h +++ b/addressbook/printing/e-contact-print.h @@ -29,7 +29,6 @@ #include "e-contact-print-types.h" GtkWidget *e_contact_print_dialog_new (EBook *book, char *query, GList *list); -void e_contact_print_preview (EBook *book, char *query, GList *list); GtkWidget *e_contact_print_contact_dialog_new (EContact *card); GtkWidget *e_contact_print_contact_list_dialog_new(GList *list); |