Remove commented line. Not needed.

SVN revision: 44356
This commit is contained in:
Christopher Michael 2009-12-11 09:35:48 +00:00
parent eb3f951f4b
commit 91745f2f2e
1 changed files with 0 additions and 1 deletions

View File

@ -144,7 +144,6 @@ e_modapi_shutdown(E_Module *m)
e_busycover_pop(busycover, exe->handle);
exe->handle = NULL;
}
// exes = eina_list_remove_list(exes, l);
if (exe->timeout) ecore_timer_del(exe->timeout);
E_FREE(exe);
}