From cc09b7022bec85321a29446943bbf3304a3a4192 Mon Sep 17 00:00:00 2001 From: compudj Date: Thu, 19 Aug 2004 00:50:42 +0000 Subject: [PATCH] remove cfv debug git-svn-id: http://ltt.polymtl.ca/svn@809 04897980-b3bd-0310-b5e0-8ef037075253 --- ltt/branches/poly/lttv/modules/gui/controlflow/processlist.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ltt/branches/poly/lttv/modules/gui/controlflow/processlist.c b/ltt/branches/poly/lttv/modules/gui/controlflow/processlist.c index 59c0f0b3..6a8bcd44 100644 --- a/ltt/branches/poly/lttv/modules/gui/controlflow/processlist.c +++ b/ltt/branches/poly/lttv/modules/gui/controlflow/processlist.c @@ -411,7 +411,7 @@ void copy_pixmap_to_screen(ProcessList *process_list, gint end = MIN(ceil((y+height)/(double)cell_height), process_list->index_to_pixmap->len); gint i; - g_warning("begin : %i, end : %i", begin,end); + for(i=begin; iindex_to_pixmap->len); /* Render the pixmap to the screen */ -- 2.34.1