From f6496d90c20524848640751a01865d8675d0005f Mon Sep 17 00:00:00 2001 From: "wonguk.jeong" Date: Thu, 24 Apr 2014 22:25:32 +0900 Subject: [PATCH] terminology: remove unncessary code Summary: @fix Reviewers: raster, billiob CC: seoz Differential Revision: https://phab.enlightenment.org/D789 --- src/bin/termio.c | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/src/bin/termio.c b/src/bin/termio.c index 41e3e2c8..2ba473c9 100644 --- a/src/bin/termio.c +++ b/src/bin/termio.c @@ -773,13 +773,7 @@ _smart_media_del(void *data, Evas *e EINA_UNUSED, Evas_Object *obj, void *info E { Termblock *blk = data; - if (blk->obj == obj) - { - evas_object_event_callback_del_full - (blk->obj, EVAS_CALLBACK_DEL, - _smart_media_del, blk); - blk->obj = NULL; - } + if (blk->obj == obj) blk->obj = NULL; } static void