remove unused variable

SVN revision: 31299
This commit is contained in:
Sebastian Dransfeld 2007-08-13 06:07:04 +00:00
parent 9d6a1bb73e
commit 8dd584238e
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@ e_modapi_init(E_Module *m)
EAPI int
e_modapi_shutdown(E_Module *m)
{
Evas_List *l, *ll, *lll, *f;
Evas_List *l, *ll, *lll;
E_Manager *man;
E_Container *con;
E_Zone *zone;