aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook
diff options
context:
space:
mode:
authorChenthill Palanisamy <pchen@src.gnome.org>2007-02-08 19:11:42 +0800
committerChenthill Palanisamy <pchen@src.gnome.org>2007-02-08 19:11:42 +0800
commit9be6776a1c431142621c5838182fd967febd880e (patch)
treec78106492596c86542f8c0f6c7965e193e247d13 /addressbook
parent5d9ecba101cd135c57ea3b9aa2286480250dcf6b (diff)
downloadgsoc2013-evolution-9be6776a1c431142621c5838182fd967febd880e.tar
gsoc2013-evolution-9be6776a1c431142621c5838182fd967febd880e.tar.gz
gsoc2013-evolution-9be6776a1c431142621c5838182fd967febd880e.tar.bz2
gsoc2013-evolution-9be6776a1c431142621c5838182fd967febd880e.tar.lz
gsoc2013-evolution-9be6776a1c431142621c5838182fd967febd880e.tar.xz
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')
-rw-r--r--addressbook/gui/widgets/e-addressbook-view.c1
-rw-r--r--addressbook/printing/e-contact-print.h1
2 files changed, 0 insertions, 2 deletions
diff --git a/addressbook/gui/widgets/e-addressbook-view.c b/addressbook/gui/widgets/e-addressbook-view.c
index e210dd71d5..d52602ec62 100644
--- a/addressbook/gui/widgets/e-addressbook-view.c
+++ b/addressbook/gui/widgets/e-addressbook-view.c
@@ -1908,7 +1908,6 @@ eab_view_print_preview(EABView *view)
"book", &book,
NULL);
GList *list = get_selected_contacts (view);
- e_contact_print_preview (book, query, list);
e_free_object_list (list);
}else if (view->view_type == EAB_VIEW_TABLE) {
GtkWidget *dialog;
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);