win: Fix window background EO APIs

Broken in a previous commit
This commit is contained in:
Jean-Philippe Andre 2017-11-24 17:10:30 +09:00
parent 2016bacd17
commit 1aedcdaf7a
1 changed files with 0 additions and 2 deletions

View File

@ -104,8 +104,6 @@ EOLIAN static Efl_Object * \
_ ## type ## _efl_part_part(const Eo *obj, typedata *priv EINA_UNUSED, const char *part) \
{ \
EINA_SAFETY_ON_NULL_RETURN_VAL(part, NULL); \
if (eina_streq(part, "background")) \
return efl_part(efl_super(obj, MY_CLASS), part); \
return ELM_PART_IMPLEMENT(TYPE ## _PART_CLASS, obj, part); \
}