aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/table/e-table-group-container.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-group-container.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-group-container.c')
-rw-r--r--widgets/table/e-table-group-container.c1
1 files changed, 0 insertions, 1 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++)