Don't need the border hook here so remove variable (and related code).

SVN revision: 49579
This commit is contained in:
Christopher Michael 2010-06-08 20:01:08 +00:00
parent 2c937afdec
commit 5d076f6355
2 changed files with 0 additions and 5 deletions

View File

@ -112,10 +112,6 @@ _e_mod_sft_win_cb_free(Sft_Win *swin)
EINA_LIST_FREE(swin->hdls, hdl)
ecore_event_handler_del(hdl);
/* delete the border hook */
if (swin->hook) e_border_hook_del(swin->hook);
swin->hook = NULL;
if (box = edje_object_part_object_get(swin->o_base, "e.box.buttons"))
{
Evas_Object *btn;

View File

@ -11,7 +11,6 @@ struct _Sft_Win
E_Object e_obj_inherit;
E_Zone *zone;
E_Border_Hook *hook;
Eina_List *hdls;
E_Win *win;