From 860630dd3100c16db74928197bde97b511dd0dbb Mon Sep 17 00:00:00 2001 From: Christopher Michael Date: Tue, 24 Nov 2009 18:19:12 +0000 Subject: [PATCH] Cleanup (remove some commented lines). SVN revision: 43953 --- src/modules/illume-home/e_mod_main.c | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/src/modules/illume-home/e_mod_main.c b/src/modules/illume-home/e_mod_main.c index e91bb47b2..0fcbfe066 100644 --- a/src/modules/illume-home/e_mod_main.c +++ b/src/modules/illume-home/e_mod_main.c @@ -187,7 +187,6 @@ _gc_shutdown(E_Gadcon_Client *gcc) EINA_LIST_FREE(inst->wins, hwin) e_object_del(E_OBJECT(hwin)); -// if (inst->hwin) e_object_del(E_OBJECT(inst->hwin)); E_FREE(inst); } @@ -283,15 +282,6 @@ _il_home_win_new(Instance *inst) int y, w, h; char buff[PATH_MAX]; - /* - if ((inst->hwin) && (inst->hwin->win)) - { - e_border_uniconify(inst->hwin->win->border); - e_border_focus_set(inst->hwin->win->border, 1, 1); - return; - } - */ - if (!hwin) hwin = E_OBJECT_ALLOC(Il_Home_Win, IL_HOME_WIN_TYPE, _il_home_win_cb_free); @@ -384,7 +374,6 @@ _il_home_win_cb_delete(E_Win *win) continue; } else break; -// _il_home_apps_unpopulate(); } if (!hwin) return; inst->wins = eina_list_remove(inst->wins, hwin); @@ -408,7 +397,6 @@ _il_home_win_cb_resize(E_Win *win) continue; } else break; -// _il_home_apps_unpopulate(); } if (!hwin) return;