seoz pushed a commit to branch master.

http://git.enlightenment.org/core/elementary.git/commit/?id=84b2579dbbb1b0336a755a4765ac1260b59a6d49

commit 84b2579dbbb1b0336a755a4765ac1260b59a6d49
Author: Amitesh Singh <[email protected]>
Date:   Tue Feb 4 22:27:58 2014 +0900

    win: removed printf in _elm_win_focus_highlight_geometry_get()
    
    Reviewers: seoz
    
    Reviewed By: seoz
    
    Differential Revision: https://phab.enlightenment.org/D516
---
 src/lib/elm_win.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/lib/elm_win.c b/src/lib/elm_win.c
index 27baea5..bdd9fc8 100644
--- a/src/lib/elm_win.c
+++ b/src/lib/elm_win.c
@@ -698,7 +698,6 @@ _elm_win_focus_highlight_geometry_get(Evas_Object *target, 
Evas_Coord *x, Evas_C
      }
    else if (wd->resize_obj && eo_isa(wd->resize_obj, ELM_OBJ_LAYOUT_CLASS))
      {
-        printf("inside layout\n");
         edje_obj = elm_layout_edje_get(wd->resize_obj);
         if (!(target_hl_part = elm_layout_data_get(wd->resize_obj, 
"focus_part")))
           return;

-- 


Reply via email to