From 3c7e8c81527100761bf9f963f3d47d15cedbb259 Mon Sep 17 00:00:00 2001 From: Christopher Michael Date: Tue, 8 Jun 2010 20:02:56 +0000 Subject: [PATCH] Remove unused border_hook variable and code. SVN revision: 49580 --- src/modules/illume-indicator/e_mod_ind_win.c | 4 ---- src/modules/illume-indicator/e_mod_ind_win.h | 1 - 2 files changed, 5 deletions(-) diff --git a/src/modules/illume-indicator/e_mod_ind_win.c b/src/modules/illume-indicator/e_mod_ind_win.c index 4fa2891f7..c14f106cc 100644 --- a/src/modules/illume-indicator/e_mod_ind_win.c +++ b/src/modules/illume-indicator/e_mod_ind_win.c @@ -151,10 +151,6 @@ _e_mod_ind_win_cb_free(Ind_Win *iwin) EINA_LIST_FREE(iwin->hdls, hdl) ecore_event_handler_del(hdl); - /* delete the border hook */ - if (iwin->hook) e_border_hook_del(iwin->hook); - iwin->hook = NULL; - /* delete the menu */ if (iwin->menu) { diff --git a/src/modules/illume-indicator/e_mod_ind_win.h b/src/modules/illume-indicator/e_mod_ind_win.h index bae41bf0a..aa2dd1ca6 100644 --- a/src/modules/illume-indicator/e_mod_ind_win.h +++ b/src/modules/illume-indicator/e_mod_ind_win.h @@ -11,7 +11,6 @@ struct _Ind_Win E_Object e_obj_inherit; E_Zone *zone; - E_Border_Hook *hook; Eina_List *hdls; E_Win *win;