aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/table/gal-a11y-e-cell-text.c
diff options
context:
space:
mode:
Diffstat (limited to 'widgets/table/gal-a11y-e-cell-text.c')
-rw-r--r--widgets/table/gal-a11y-e-cell-text.c12
1 files changed, 0 insertions, 12 deletions
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)