diff options
author | Carsten Haitzler <raster@rasterman.com> | 2006-10-30 13:05:39 +0000 |
---|---|---|
committer | Carsten Haitzler <raster@rasterman.com> | 2006-10-30 13:05:39 +0000 |
commit | 144b5b6f56dc232f4aa0f2be8e1d143765a3b940 (patch) | |
tree | 333cb9a67ee788768a7046017d36d096bce38dd7 /src/bin/e_place.c | |
parent | 63390c973ccc7d62156bcc3478b726ff57d5d76f (diff) | |
download | enlightenment-144b5b6f56dc232f4aa0f2be8e1d143765a3b940.tar.gz |
printf--
SVN revision: 26872
Diffstat (limited to 'src/bin/e_place.c')
-rw-r--r-- | src/bin/e_place.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/bin/e_place.c b/src/bin/e_place.c index b1d0fc1afa..f8511db5ca 100644 --- a/src/bin/e_place.c +++ b/src/bin/e_place.c @@ -208,14 +208,12 @@ e_place_zone_region_smart(E_Zone *zone, Evas_List *skiplist, int x, int y, int w int bx, by, bw, bh; es = l->data; - printf("%p != %p\n", es->zone, zone); if (es->zone != zone) continue; bx = es->x; by = es->y; bw = es->w; bh = es->h; - printf("SH: %i %i %ix%i\n", bx, by, bw, bh); if (!E_INTERSECTS(bx, by, bw, bh, 0, 0, zw, zh)) continue; if (bx < 0) @@ -373,10 +371,6 @@ e_place_zone_region_smart(E_Zone *zone, Evas_List *skiplist, int x, int y, int w int i, j; int area = 0x7fffffff; - for (i = 0; i < a_w; i++) - printf("X %i\n", a_x[i]); - for (i = 0; i < a_h; i++) - printf("Y %i\n", a_y[i]); for (j = 0; j < a_h - 1; j++) { for (i = 0; i < a_w - 1; i++) |