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/gal-a11y-e-table-item.c | 7 ------- 1 file changed, 7 deletions(-) (limited to 'widgets/table/gal-a11y-e-table-item.c') diff --git a/widgets/table/gal-a11y-e-table-item.c b/widgets/table/gal-a11y-e-table-item.c index 561b9a84d6..37f55f68c1 100644 --- a/widgets/table/gal-a11y-e-table-item.c +++ b/widgets/table/gal-a11y-e-table-item.c @@ -315,7 +315,6 @@ eti_ref_accessible_at_point (AtkComponent *component, } } - static void cell_destroyed (gpointer data) { @@ -344,7 +343,6 @@ eti_ref_at (AtkTable *table, gint row, gint column) if (atk_state_set_contains_state (priv->state_set, ATK_STATE_DEFUNCT)) return NULL; - item = E_TABLE_ITEM (eti_a11y_get_gobject (ATK_OBJECT (table))); if (!item) return NULL; @@ -842,7 +840,6 @@ eti_header_structure_changed (ETableHeader *eth, AtkObject *a11y) if (reorder_found) g_signal_emit_by_name (G_OBJECT(a11y_item), "column_reordered"); - if (removed_found) { for (i = 0; i < prev_n_cols; i ++ ) { if (prev_state[i] == ETI_HEADER_REMOVED) { @@ -873,7 +870,6 @@ eti_header_structure_changed (ETableHeader *eth, AtkObject *a11y) priv->columns = cols; } - static void eti_real_initialize (AtkObject *obj, gpointer data) @@ -999,7 +995,6 @@ gal_a11y_e_table_item_get_type (void) NULL }; - factory = atk_registry_get_factory (atk_get_default_registry (), GNOME_TYPE_CANVAS_ITEM); parent_type = atk_object_factory_get_accessible_type (factory); @@ -1036,7 +1031,6 @@ gal_a11y_e_table_item_new (ETableItem *item) atk_state_set_add_state (GET_PRIVATE(a11y)->state_set, ATK_STATE_SHOWING); atk_state_set_add_state (GET_PRIVATE(a11y)->state_set, ATK_STATE_VISIBLE); - accessible = ATK_OBJECT(a11y); /* Initialize cell data. */ @@ -1122,7 +1116,6 @@ gal_a11y_e_table_item_unref_selection (GalA11yETableItem *a11y) g_return_val_if_fail (priv->selection_change_id != 0, FALSE); g_return_val_if_fail (priv->cursor_change_id != 0, FALSE); - g_signal_handler_disconnect (priv->selection, priv->selection_change_id); g_signal_handler_disconnect (priv->selection, -- cgit