hermet pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=c54cd413165724f3869aba475a11ba9f0ac0fb67

commit c54cd413165724f3869aba475a11ba9f0ac0fb67
Author: Hermet Park <[email protected]>
Date:   Thu Jul 14 12:10:09 2016 +0900

    elementary tooltip: --printf
---
 src/lib/elementary/els_tooltip.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/lib/elementary/els_tooltip.c b/src/lib/elementary/els_tooltip.c
index 4ca0450..82a90b5 100644
--- a/src/lib/elementary/els_tooltip.c
+++ b/src/lib/elementary/els_tooltip.c
@@ -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

-- 


Reply via email to