projects
/
platform
/
upstream
/
enlightenment.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
28ce2f1
)
e_comp_object: removed unused log messages
05/66305/1
author
Gwanglim Lee
<gl77.lee@samsung.com>
Mon, 18 Apr 2016 08:34:34 +0000
(17:34 +0900)
committer
Gwanglim Lee
<gl77.lee@samsung.com>
Mon, 18 Apr 2016 08:34:34 +0000
(17:34 +0900)
Change-Id: Id2b26663c47eaf40dec2d11b26e0eb77b8cb2695
src/bin/e_comp_object.c
patch
|
blob
|
history
diff --git
a/src/bin/e_comp_object.c
b/src/bin/e_comp_object.c
index d58a6f50d9b548bd225e42b1380a2bd070dea73d..913ea07355b0f6e7f7aac9622dd2221e35964240 100644
(file)
--- a/
src/bin/e_comp_object.c
+++ b/
src/bin/e_comp_object.c
@@
-1713,7
+1713,6
@@
_e_comp_intercept_show_helper(E_Comp_Object *cw)
if (cw->real_hid && w && h)
{
- DBG(" [%p] real hid - fix", cw->ec);
cw->real_hid = 0;
/* force comp theming in case it didn't happen already */
e_comp_object_frame_theme_set(cw->smart_obj, E_COMP_OBJECT_FRAME_RESHADOW);
@@
-3467,7
+3466,6
@@
e_comp_object_shape_apply(Evas_Object *obj)
unsigned char *spix, *sp;
spix = calloc(w * h, sizeof(unsigned char));
- DBG("SHAPE [%p] rects %i", cw->ec, cw->ec->shape_rects_num);
for (i = 0; i < cw->ec->shape_rects_num; i++)
{
int rx, ry, rw, rh;