From 4a044a636e418f4c95a85819aa92316e21f58b35 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Fri, 20 Apr 2007 06:57:55 +0000 Subject: Clean up printing in Evolution (bug #426816) svn path=/trunk/; revision=33440 --- widgets/table/e-cell-pixbuf.c | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'widgets/table/e-cell-pixbuf.c') diff --git a/widgets/table/e-cell-pixbuf.c b/widgets/table/e-cell-pixbuf.c index 22d92bf98a..8b341c48a9 100644 --- a/widgets/table/e-cell-pixbuf.c +++ b/widgets/table/e-cell-pixbuf.c @@ -50,17 +50,6 @@ enum { PROP_UNSELECTED_COLUMN }; -static int -gnome_print_pixbuf (GtkPrintContext *pc, GdkPixbuf *pixbuf) -{ - cairo_t *cr = gtk_print_context_get_cairo_context (pc); - - gdk_cairo_set_source_pixbuf (cr, pixbuf, - (double)gdk_pixbuf_get_width (pixbuf), - (double)gdk_pixbuf_get_height (pixbuf)); - return TRUE; -} - /* * ECellPixbuf functions */ -- cgit v1.2.3