From 646455c0f94ac047b3ed44dbd7e796f746451700 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Sun, 3 Jun 2007 02:45:22 +0000 Subject: Fix compilation warnings in widgets folder (#441014). svn path=/trunk/; revision=33626 --- widgets/table/e-table-group-container.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'widgets/table/e-table-group-container.c') diff --git a/widgets/table/e-table-group-container.c b/widgets/table/e-table-group-container.c index 0cccdd6e38..4c900624a2 100644 --- a/widgets/table/e-table-group-container.c +++ b/widgets/table/e-table-group-container.c @@ -1124,6 +1124,7 @@ typedef struct { #define CHECK(x) if((x) == -1) return -1; +#if 0 static gint gp_draw_rect (GtkPrintContext *context, double x, double y, double width, double height) { @@ -1133,6 +1134,7 @@ gp_draw_rect (GtkPrintContext *context, double x, double y, double width, double cairo_rectangle (cr, x, y, x + width, y + height); cairo_fill (cr); } +#endif #define TEXT_HEIGHT (12) #define TEXT_AREA_HEIGHT (TEXT_HEIGHT + 4) -- cgit v1.2.3