From: Daniel Juyung Seo Date: Fri, 8 Feb 2013 15:47:11 +0000 (+0000) Subject: efl, evas_generic_loaders: Removed unused variable. Set EINA_UNUSED to unused variables. X-Git-Tag: submit/devel/efl/20131022.203902~1860 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0ed38dbc6452ea3dbdec25337c0d6f74507440fd;p=platform%2Fupstream%2Fefl.git efl, evas_generic_loaders: Removed unused variable. Set EINA_UNUSED to unused variables. SVN revision: 83788 --- diff --git a/src/lib/edje/edje_util.c b/src/lib/edje/edje_util.c index e7189ee..d8fa16e 100644 --- a/src/lib/edje/edje_util.c +++ b/src/lib/edje/edje_util.c @@ -6399,8 +6399,6 @@ _edje_real_part_swallow(Edje_Real_Part *rp, Evas_Object *obj_swallow, Eina_Bool hints_update) { - const char *obj_type; - if ((rp->type != EDJE_RP_TYPE_SWALLOW) || (!rp->typedata.swallow)) return; if (rp->typedata.swallow->swallowed_object)