No need for a cast here as 'obj' is already Eo when passed in.

Signed-off-by: Chris Michael <cp.michael@samsung.com>
This commit is contained in:
Chris Michael 2013-09-16 11:41:26 +01:00
parent ae9392ab09
commit 873cd93da4
1 changed files with 1 additions and 1 deletions

View File

@ -4813,7 +4813,7 @@ _elm_widget_orientation_mode_disabled_set(Eo *obj, void *_pd, va_list *list)
if (!sd_parent) orient_mode = 0;
else orient_mode = sd_parent->orient_mode;
}
eo_do((Eo *) obj, elm_wdg_orientation_set(orient_mode, NULL));
eo_do(obj, elm_wdg_orientation_set(orient_mode, NULL));
}
EAPI Eina_Bool