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/gui | |
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/gui')
-rw-r--r-- | addressbook/gui/widgets/e-addressbook-view.c | 1 |
1 files changed, 0 insertions, 1 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; |