From 837ed0011a6a93120ba8688d500bd0baa3cf26c2 Mon Sep 17 00:00:00 2001 From: Carsten Haitzler Date: Thu, 23 Jun 2011 06:25:12 +0000 Subject: [PATCH] wrn-- SVN revision: 60617 --- legacy/elementary/src/lib/elm_conform.c | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/legacy/elementary/src/lib/elm_conform.c b/legacy/elementary/src/lib/elm_conform.c index dba03ab..9c4eeb9 100644 --- a/legacy/elementary/src/lib/elm_conform.c +++ b/legacy/elementary/src/lib/elm_conform.c @@ -51,7 +51,6 @@ static char *sub_type[SUB_TYPE_COUNT] = { "scroller", "genlist" }; /* local function prototypes */ static const char *widtype = NULL; -static void _del_pre_hook(Evas_Object *obj); static void _del_hook(Evas_Object *obj); static void _mirrored_set(Evas_Object *obj, Eina_Bool rtl); static void _theme_hook(Evas_Object *obj); @@ -74,18 +73,6 @@ static Eina_Bool _prop_change(void *data, int type, void *event); /* local functions */ static void -_del_pre_hook(Evas_Object *obj) -{ - Widget_Data *wd = elm_widget_data_get(obj); - if (!wd) return; -#ifdef HAVE_ELEMENTARY_X - if (wd->prop_hdl) ecore_event_handler_del(wd->prop_hdl); -#endif - evas_object_event_callback_del_full(obj, EVAS_CALLBACK_RESIZE, _conformant_move_resize_event_cb, obj); - evas_object_event_callback_del_full(obj, EVAS_CALLBACK_MOVE, _conformant_move_resize_event_cb, obj); -} - -static void _del_hook(Evas_Object *obj) { Widget_Data *wd = elm_widget_data_get(obj); -- 2.7.4