terminology: remove unncessary code

Summary: @fix

Reviewers: raster, billiob

CC: seoz

Differential Revision: https://phab.enlightenment.org/D789
This commit is contained in:
wonguk.jeong 2014-04-24 22:25:32 +09:00 committed by Carsten Haitzler (Rasterman)
parent e717b71589
commit f6496d90c2
1 changed files with 1 additions and 7 deletions

View File

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