aboutsummaryrefslogtreecommitdiffstats
path: root/a11y/e-table/gal-a11y-e-tree.c
diff options
context:
space:
mode:
Diffstat (limited to 'a11y/e-table/gal-a11y-e-tree.c')
-rw-r--r--a11y/e-table/gal-a11y-e-tree.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/a11y/e-table/gal-a11y-e-tree.c b/a11y/e-table/gal-a11y-e-tree.c
index f175f78564..6ad507a4f3 100644
--- a/a11y/e-table/gal-a11y-e-tree.c
+++ b/a11y/e-table/gal-a11y-e-tree.c
@@ -155,9 +155,6 @@ AtkObject *
gal_a11y_e_tree_new (GObject *widget)
{
GalA11yETree *a11y;
- ETree *tree;
-
- tree = E_TREE (widget);
a11y = g_object_new (gal_a11y_e_tree_get_type (), NULL);