From 1ae3aefb3948c59e79989a28797678dd985cd36a Mon Sep 17 00:00:00 2001 From: Carlos Garcia Campos Date: Fri, 08 Feb 2008 12:48:04 +0000 Subject: Remove libgnomeprint support. Fixes bug #512370. 2008-02-08 Carlos Garcia Campos * configure.ac: * shell/Makefile.am: * shell/ev-application.[ch]: * shell/ev-sidebar-links.c: * shell/ev-utils.[ch]: * shell/ev-window.[ch]: Remove libgnomeprint support. Fixes bug #512370. svn path=/trunk/; revision=2895 --- (limited to 'shell/ev-utils.h') diff --git a/shell/ev-utils.h b/shell/ev-utils.h index ed333d2..f7c58a7 100644 --- a/shell/ev-utils.h +++ b/shell/ev-utils.h @@ -23,9 +23,6 @@ #include #include -#ifdef WITH_GNOME_PRINT -#include -#endif G_BEGIN_DECLS @@ -40,12 +37,6 @@ void ev_gui_menu_position_tree_selection (GtkMenu *menu, gboolean *push_in, gpointer user_data); -#ifdef WITH_GNOME_PRINT -GnomePrintConfig* load_print_config_from_file (void); -void save_print_config_to_file (GnomePrintConfig *config); -gboolean using_postscript_printer (GnomePrintConfig *config); -gboolean using_pdf_printer (GnomePrintConfig *config); -#endif gint get_num_monitors (GtkWindow * window); gdouble get_screen_dpi (GtkWindow * window); -- cgit v0.9.1