aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/table/e-table.c
diff options
context:
space:
mode:
authorChristopher James Lahey <clahey@helixcode.com>2000-05-07 05:27:35 +0800
committerChris Lahey <clahey@src.gnome.org>2000-05-07 05:27:35 +0800
commit85a334557fb4cef0eb76fce2ba79529aaafe675c (patch)
tree1bb9f95fcfe7e89a493eb3fe39ed319c153446ec /widgets/table/e-table.c
parent83d1c04306a2652b188806df76efa2c192b979e5 (diff)
downloadgsoc2013-evolution-85a334557fb4cef0eb76fce2ba79529aaafe675c.tar
gsoc2013-evolution-85a334557fb4cef0eb76fce2ba79529aaafe675c.tar.gz
gsoc2013-evolution-85a334557fb4cef0eb76fce2ba79529aaafe675c.tar.bz2
gsoc2013-evolution-85a334557fb4cef0eb76fce2ba79529aaafe675c.tar.lz
gsoc2013-evolution-85a334557fb4cef0eb76fce2ba79529aaafe675c.tar.xz
gsoc2013-evolution-85a334557fb4cef0eb76fce2ba79529aaafe675c.tar.zst
gsoc2013-evolution-85a334557fb4cef0eb76fce2ba79529aaafe675c.zip
Killed some warnings.
2000-05-06 Christopher James Lahey <clahey@helixcode.com> * e-table-group-container.c, e-table.c: Killed some warnings. svn path=/trunk/; revision=2836
Diffstat (limited to 'widgets/table/e-table.c')
-rw-r--r--widgets/table/e-table.c2
1 files changed, 0 insertions, 2 deletions
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);