Remove unused border_hook variable and code.

SVN revision: 49580
This commit is contained in:
Christopher Michael 2010-06-08 20:02:56 +00:00
parent 5d076f6355
commit 3c7e8c8152
2 changed files with 0 additions and 5 deletions

View File

@ -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)
{

View File

@ -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;