devilhorns pushed a commit to branch master.

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

commit f6ff19751c370012e3c11b839c2061d4971dddde
Author: Chris Michael <cp.mich...@samsung.com>
Date:   Tue Jul 21 09:55:14 2015 -0400

    elementary: Remove debug comment
    
    Summary: No real functional changes, just removing a debug printout
    
    Signed-off-by: Chris Michael <cp.mich...@samsung.com>
---
 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 4c99337..eeb45d2 100644
--- a/src/lib/elm_win.c
+++ b/src/lib/elm_win.c
@@ -1242,7 +1242,6 @@ _elm_win_opaque_update(Elm_Win_Data *sd)
 
    edje_object_part_geometry_get(sd->frame_obj, "elm.spacer.opaque",
                                  &ox, &oy, &ow, &oh);
-   DBG("Opaque: %d %d %d %d", ox, oy, ow, oh);
    ecore_wl_window_opaque_region_set(sd->wl.win, ox, oy, ow - 50, oh);//ow - 
ox, oh - oy);
 }
 #endif

-- 


Reply via email to