elementary tooltip: --printf

This commit is contained in:
Hermet Park 2016-07-14 12:10:09 +09:00
parent 04c6313114
commit c54cd41316
1 changed files with 0 additions and 2 deletions

View File

@ -769,8 +769,6 @@ elm_object_tooltip_orient_set(Evas_Object *obj, Elm_Tooltip_Orient orient)
{
ELM_TOOLTIP_GET_OR_RETURN(tt, obj);
printf("----- SET O %i\n", orient);
if ((orient > ELM_TOOLTIP_ORIENT_NONE) && (orient < ELM_TOOLTIP_ORIENT_LAST))
tt->orient = orient;
else