From 91745f2f2ec45c8cc2ac234d4c683ba020d0bbc5 Mon Sep 17 00:00:00 2001 From: Christopher Michael Date: Fri, 11 Dec 2009 09:35:48 +0000 Subject: [PATCH] Remove commented line. Not needed. SVN revision: 44356 --- src/modules/illume-home/e_mod_main.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/modules/illume-home/e_mod_main.c b/src/modules/illume-home/e_mod_main.c index a71979611..3b5149de1 100644 --- a/src/modules/illume-home/e_mod_main.c +++ b/src/modules/illume-home/e_mod_main.c @@ -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); }