Remove unused variable.

SVN revision: 22713
This commit is contained in:
Christopher Michael 2006-05-18 20:06:49 +00:00
parent 9e4fcdefe1
commit 6f29d4ab5f
1 changed files with 1 additions and 1 deletions

View File

@ -1319,7 +1319,7 @@ e_modapi_shutdown(E_Module *m)
EAPI int
e_modapi_save(E_Module *m)
{
Evas_List *l, *l2;
Evas_List *l;
for (l = ibar_config->instances; l; l = l->next)
{