From 5d076f6355f274b6ec949b52c5f13d850bd93fa7 Mon Sep 17 00:00:00 2001 From: Christopher Michael Date: Tue, 8 Jun 2010 20:01:08 +0000 Subject: [PATCH] Don't need the border hook here so remove variable (and related code). SVN revision: 49579 --- src/modules/illume-softkey/e_mod_sft_win.c | 4 ---- src/modules/illume-softkey/e_mod_sft_win.h | 1 - 2 files changed, 5 deletions(-) diff --git a/src/modules/illume-softkey/e_mod_sft_win.c b/src/modules/illume-softkey/e_mod_sft_win.c index 9d81bf1da..610453598 100644 --- a/src/modules/illume-softkey/e_mod_sft_win.c +++ b/src/modules/illume-softkey/e_mod_sft_win.c @@ -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; diff --git a/src/modules/illume-softkey/e_mod_sft_win.h b/src/modules/illume-softkey/e_mod_sft_win.h index 24e881a8a..a49fd8ff2 100644 --- a/src/modules/illume-softkey/e_mod_sft_win.h +++ b/src/modules/illume-softkey/e_mod_sft_win.h @@ -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;