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-cell-text.c | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'widgets/table/gal-a11y-e-cell-text.c') diff --git a/widgets/table/gal-a11y-e-cell-text.c b/widgets/table/gal-a11y-e-cell-text.c index 77823b0a7c..26fffcb3e7 100644 --- a/widgets/table/gal-a11y-e-cell-text.c +++ b/widgets/table/gal-a11y-e-cell-text.c @@ -179,7 +179,6 @@ ect_get_character_at_offset (AtkText *text, return ret_val; } - static gchar * ect_get_text_before_offset (AtkText *text, gint offset, @@ -191,7 +190,6 @@ ect_get_text_before_offset (AtkText *text, return NULL; } - static gint ect_get_caret_offset (AtkText *text) { @@ -224,7 +222,6 @@ ect_get_run_attributes (AtkText *text, return NULL; } - static AtkAttributeSet* ect_get_default_attributes (AtkText *text) { @@ -232,7 +229,6 @@ ect_get_default_attributes (AtkText *text) return NULL; } - static void ect_get_character_extents (AtkText *text, gint offset, @@ -245,7 +241,6 @@ ect_get_character_extents (AtkText *text, /* Unimplemented */ } - static gint ect_get_character_count (AtkText *text) { @@ -263,7 +258,6 @@ ect_get_character_count (AtkText *text) return ret_val; } - static gint ect_get_offset_at_point (AtkText *text, gint x, @@ -274,7 +268,6 @@ ect_get_offset_at_point (AtkText *text, return 0; } - static gint ect_get_n_selections (AtkText *text) { @@ -293,7 +286,6 @@ ect_get_n_selections (AtkText *text) return 0; } - static gchar * ect_get_selection (AtkText *text, gint selection_num, @@ -339,7 +331,6 @@ ect_get_selection (AtkText *text, return ret_val; } - static gboolean ect_add_selection (AtkText *text, gint start_offset, @@ -377,7 +368,6 @@ ect_add_selection (AtkText *text, return FALSE; } - static gboolean ect_remove_selection (AtkText *text, gint selection_num) @@ -401,7 +391,6 @@ ect_remove_selection (AtkText *text, return FALSE; } - static gboolean ect_set_selection (AtkText *text, gint selection_num, @@ -416,7 +405,6 @@ ect_set_selection (AtkText *text, return FALSE; } - static gboolean ect_set_caret_offset (AtkText *text, gint offset) -- cgit v1.2.3