From 374bd42f69aca2e132fd854c9619f3d7491f1f96 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Sun, 12 Jul 2009 23:33:07 -0400 Subject: Fix excessive whitespace. --- widgets/table/e-table-group-container.c | 6 ------ 1 file changed, 6 deletions(-) (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 29cd2b94d7..2a62f70d95 100644 --- a/widgets/table/e-table-group-container.c +++ b/widgets/table/e-table-group-container.c @@ -64,7 +64,6 @@ enum { static EPrintable * etgc_get_printable (ETableGroup *etg); - static void e_table_group_container_child_node_free (ETableGroupContainer *etgc, ETableGroupContainerChildNode *child_node) @@ -197,7 +196,6 @@ e_table_group_container_new (GnomeCanvasGroup *parent, ETableHeader *full_header return E_TABLE_GROUP (etgc); } - static gint etgc_event (GnomeCanvasItem *item, GdkEvent *event) { @@ -1019,7 +1017,6 @@ etgc_reflow (GnomeCanvasItem *item, gint flags) if (frozen) return; - if (GTK_OBJECT_FLAGS(etgc)& GNOME_CANVAS_ITEM_REALIZED){ gdouble running_height = 0; gdouble running_width = 0; @@ -1139,15 +1136,12 @@ e_table_group_apply_to_leafs (ETableGroup *etg, ETableGroupLeafFn fn, gpointer c } } - typedef struct { ETableGroupContainer *etgc; GList *child; EPrintable *child_printable; } ETGCPrintContext; - - #define CHECK(x) if((x) == -1) return -1; #if 0 -- cgit v1.2.3