elm dayselector - remove double set of content var

this looks like a leftover from legacy to eo porting. it was harmless
but analysis hates it

found by PVS studio
This commit is contained in:
Carsten Haitzler 2017-07-29 01:06:17 +09:00
parent 5a1f8fdf41
commit e85694f33b
1 changed files with 0 additions and 2 deletions

View File

@ -310,8 +310,6 @@ _elm_dayselector_content_unset(Eo *obj, Elm_Dayselector_Data *sd, const char *it
it = _item_find(obj, day);
if (!it) return NULL;
content = VIEW(it);
content = efl_content_unset(efl_part(efl_super(obj, MY_CLASS), buf));
if (!content) return NULL;