efl, evas_generic_loaders: Removed unused variable. Set EINA_UNUSED to unused variables.

SVN revision: 83788
This commit is contained in:
Daniel Juyung Seo 2013-02-08 15:47:11 +00:00
parent 548e548632
commit 0ed38dbc64
1 changed files with 0 additions and 2 deletions

View File

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