Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/ev-utils.h
diff options
context:
space:
mode:
authorCarlos Garcia Campos <carlosgc@gnome.org>2008-02-08 12:48:04 (GMT)
committer Carlos Garcia Campos <carlosgc@src.gnome.org>2008-02-08 12:48:04 (GMT)
commit1ae3aefb3948c59e79989a28797678dd985cd36a (patch)
treef7ddf5bee31041811297465aa7fb62fd694b7f40 /shell/ev-utils.h
parent36c0e159a0421af3b2dfe0e700a75b899a475c2e (diff)
Remove libgnomeprint support. Fixes bug #512370.
2008-02-08 Carlos Garcia Campos <carlosgc@gnome.org> * 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
Diffstat (limited to 'shell/ev-utils.h')
-rw-r--r--shell/ev-utils.h9
1 files changed, 0 insertions, 9 deletions
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 <gdk-pixbuf/gdk-pixbuf.h>
#include <gtk/gtk.h>
-#ifdef WITH_GNOME_PRINT
-#include <libgnomeprintui/gnome-print-dialog.h>
-#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);