Remove unused variables.

SVN revision: 17819
This commit is contained in:
sebastid 2005-10-23 15:06:05 +00:00 committed by sebastid
parent 80f59673d9
commit 94da716399
1 changed files with 2 additions and 2 deletions

View File

@ -369,7 +369,7 @@ _e_table_smart_reconfigure(E_Smart_Data *sd)
}
else
{
int mw, mh, i, ex, tot, need, num, dif, left, nx;
int i, ex, tot, need, num, dif, left, nx;
for (l = sd->items; l; l = l->next)
{
E_Table_Item *ti;
@ -597,7 +597,7 @@ _e_table_smart_extents_calcuate(E_Smart_Data *sd)
}
else
{
int mw, mh, i, ex, tot, need, num, dif, left, nx;
int i, ex, tot, need, num, dif, left, nx;
for (l = sd->items; l; l = l->next)
{
E_Table_Item *ti;