elementary tooltip: --printf
authorHermet Park <hermet@hermet.pe.kr>
Thu, 14 Jul 2016 03:10:09 +0000 (12:10 +0900)
committerHermet Park <hermet@hermet.pe.kr>
Thu, 14 Jul 2016 03:10:09 +0000 (12:10 +0900)
src/lib/elementary/els_tooltip.c

index 4ca0450..82a90b5 100644 (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