diff options
author | Christopher James Lahey <clahey@helixcode.com> | 2000-05-07 05:27:35 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2000-05-07 05:27:35 +0800 |
commit | 85a334557fb4cef0eb76fce2ba79529aaafe675c (patch) | |
tree | 1bb9f95fcfe7e89a493eb3fe39ed319c153446ec /widgets/e-table | |
parent | 83d1c04306a2652b188806df76efa2c192b979e5 (diff) | |
download | gsoc2013-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/e-table')
-rw-r--r-- | widgets/e-table/ChangeLog | 4 | ||||
-rw-r--r-- | widgets/e-table/e-table-group-container.c | 1 | ||||
-rw-r--r-- | widgets/e-table/e-table.c | 2 |
3 files changed, 4 insertions, 3 deletions
diff --git a/widgets/e-table/ChangeLog b/widgets/e-table/ChangeLog index d8a8b3b579..a4eebd651e 100644 --- a/widgets/e-table/ChangeLog +++ b/widgets/e-table/ChangeLog @@ -1,3 +1,7 @@ +2000-05-06 Christopher James Lahey <clahey@helixcode.com> + + * e-table-group-container.c, e-table.c: Killed some warnings. + 2000-05-04 Chris Toshok <toshok@helixcode.com> * e-table-sorted-variable.c (etsv_sort): use rows here instead of diff --git a/widgets/e-table/e-table-group-container.c b/widgets/e-table/e-table-group-container.c index b1eaa82d5e..dd463b7ec0 100644 --- a/widgets/e-table/e-table-group-container.c +++ b/widgets/e-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/e-table/e-table.c b/widgets/e-table/e-table.c index a05f0219e5..83296c9cba 100644 --- a/widgets/e-table/e-table.c +++ b/widgets/e-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); |