aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/table
diff options
context:
space:
mode:
Diffstat (limited to 'widgets/table')
-rw-r--r--widgets/table/e-table-group-container.c1
-rw-r--r--widgets/table/e-table.c2
2 files changed, 0 insertions, 3 deletions
diff --git a/widgets/table/e-table-group-container.c b/widgets/table/e-table-group-container.c
index b1eaa82d5e..dd463b7ec0 100644
--- a/widgets/table/e-table-group-container.c
+++ b/widgets/table/e-table-group-container.c
@@ -615,7 +615,6 @@ etgc_add (ETableGroup *etg, gint row)
static void
etgc_add_all (ETableGroup *etg)
{
- ETableGroupContainer *etgc = E_TABLE_GROUP_CONTAINER(etg);
int rows = e_table_model_row_count(etg->model);
int i;
for (i = 0; i < rows; i++)
diff --git a/widgets/table/e-table.c b/widgets/table/e-table.c
index a05f0219e5..83296c9cba 100644
--- a/widgets/table/e-table.c
+++ b/widgets/table/e-table.c
@@ -292,8 +292,6 @@ e_table_setup_table (ETable *e_table, ETableHeader *full_header, ETableHeader *h
static void
e_table_fill_table (ETable *e_table, ETableModel *model)
{
- int count, i;
-
e_table_group_add_all (e_table->group);
#if 0
count = e_table_model_row_count (model);