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/text/gal-a11y-e-text.c | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'widgets/text/gal-a11y-e-text.c') diff --git a/widgets/text/gal-a11y-e-text.c b/widgets/text/gal-a11y-e-text.c index 99fb4e8a94..113c503da9 100644 --- a/widgets/text/gal-a11y-e-text.c +++ b/widgets/text/gal-a11y-e-text.c @@ -419,7 +419,6 @@ et_get_character_at_offset (AtkText *text, return g_utf8_get_char_validated (at_offset, -1); } - static gchar * et_get_text_before_offset (AtkText *text, gint offset, @@ -492,7 +491,6 @@ et_get_caret_offset (AtkText *text) return offset; } - static AtkAttributeSet* et_get_run_attributes (AtkText *text, gint offset, @@ -503,7 +501,6 @@ et_get_run_attributes (AtkText *text, return NULL; } - static AtkAttributeSet* et_get_default_attributes (AtkText *text) { @@ -511,7 +508,6 @@ et_get_default_attributes (AtkText *text) return NULL; } - static void et_get_character_extents (AtkText *text, gint offset, @@ -584,7 +580,6 @@ et_get_character_extents (AtkText *text, } } - static gint et_get_character_count (AtkText *text) { @@ -593,7 +588,6 @@ et_get_character_count (AtkText *text) return g_utf8_strlen (full_text, -1); } - static gint et_get_offset_at_point (AtkText *text, gint x, @@ -658,7 +652,6 @@ et_get_offset_at_point (AtkText *text, return g_utf8_pointer_to_offset (etext->text, etext->text + index + trailing); } - static gint et_get_n_selections (AtkText *text) { @@ -669,7 +662,6 @@ et_get_n_selections (AtkText *text) return 0; } - static gchar * et_get_selection (AtkText *text, gint selection_num, @@ -702,7 +694,6 @@ et_get_selection (AtkText *text, return NULL; } - static gboolean et_add_selection (AtkText *text, gint start_offset, @@ -741,7 +732,6 @@ et_add_selection (AtkText *text, return FALSE; } - static gboolean et_remove_selection (AtkText *text, gint selection_num) @@ -766,7 +756,6 @@ et_remove_selection (AtkText *text, return FALSE; } - static gboolean et_set_selection (AtkText *text, gint selection_num, @@ -785,7 +774,6 @@ et_set_selection (AtkText *text, return FALSE; } - static gboolean et_set_caret_offset (AtkText *text, gint offset) -- cgit v1.2.3