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
This commit is contained in:
committed by
Chris Lahey
parent
83d1c04306
commit
85a334557f
@ -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
|
||||
|
||||
@ -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++)
|
||||
|
||||
@ -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);
|
||||
|
||||
@ -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++)
|
||||
|
||||
@ -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);
|
||||
|
||||
Reference in New Issue
Block a user