From 20ab3d1d84d5e5c0627e7e68d6e9d5cc3a553c89 Mon Sep 17 00:00:00 2001 From: Carsten Haitzler Date: Thu, 19 Feb 2009 06:02:56 +0000 Subject: [PATCH] printf-- SVN revision: 39088 --- legacy/elementary/src/lib/elm_genlist.c | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/legacy/elementary/src/lib/elm_genlist.c b/legacy/elementary/src/lib/elm_genlist.c index c484830394..649df2e0aa 100644 --- a/legacy/elementary/src/lib/elm_genlist.c +++ b/legacy/elementary/src/lib/elm_genlist.c @@ -510,7 +510,7 @@ _calc_job(void *data) Item_Block *chb = NULL; int bn, in; int minw_change = 0; - + for (bn = 0, in = 0, il = wd->blocks; il; il = il->next, bn++) { Item_Block *itb = (Item_Block *)il; @@ -927,19 +927,11 @@ _item_idler(void *data) Widget_Data *wd = data; int n; - printf("L-----------------\n"); - Eina_Inlist *il; - for (il = wd->items; il; il = il->next) - { - Item *it = (Item *)il; - printf("L: %p %i\n", it, it->data); - } - for (n = 0; (wd->queue) && (n < 16); n++) + for (n = 0; (wd->queue) && (n < 32); n++) { Item *it; it = wd->queue->data; - printf("process %p @ %i\n", it, it->data); wd->queue = eina_list_remove_list(wd->queue, wd->queue); it->queued = 0; if (!it->parent)