From 0bc1fb60b39963a65ee50af415316abf170b6efa Mon Sep 17 00:00:00 2001 From: Carsten Haitzler Date: Fri, 10 Nov 2000 03:32:29 +0000 Subject: [PATCH] oops printf still there SVN revision: 3845 --- legacy/ecore/src/e_x.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/legacy/ecore/src/e_x.c b/legacy/ecore/src/e_x.c index 78e6804616..d80d99f3f8 100644 --- a/legacy/ecore/src/e_x.c +++ b/legacy/ecore/src/e_x.c @@ -518,7 +518,7 @@ if (xid->children) \ { \ E_XID *xid2; \ \ - xid2 = e_validate_xid(xid->children[j]); printf("is %p\n", xid2);\ + xid2 = e_validate_xid(xid->children[j]); \ if (xid2) \ { \ switch (xid2->gravity) \