From: compudj Date: Fri, 9 Jan 2004 02:12:59 +0000 (+0000) Subject: remove debug X-Git-Tag: v0.12.20~3126 X-Git-Url: http://git.liburcu.org/?a=commitdiff_plain;h=9f967db4d1b31323f7da107d74cf9623c3a6081b;p=lttv.git remove debug git-svn-id: http://ltt.polymtl.ca/svn@363 04897980-b3bd-0310-b5e0-8ef037075253 --- diff --git a/ltt/branches/poly/lttv/modules/guiControlFlow/Draw_Item.c b/ltt/branches/poly/lttv/modules/guiControlFlow/Draw_Item.c index 6dcf0a48..72536e7f 100644 --- a/ltt/branches/poly/lttv/modules/guiControlFlow/Draw_Item.c +++ b/ltt/branches/poly/lttv/modules/guiControlFlow/Draw_Item.c @@ -293,7 +293,6 @@ gboolean draw_arc( void *hook_data, void *call_data) Draw_Context->Current->modify_over->x, Draw_Context->Current->modify_over->y, Properties->size, Properties->size, 0, 360*64); - g_critical("I draw arc over, x: %i, y: %i", Draw_Context->Current->modify_over->x, Draw_Context->Current->modify_over->y); Draw_Context->Current->modify_over->x += Properties->size; break; case MIDDLE: diff --git a/ltt/branches/poly/lttv/modules/guiControlFlow/Event_Hooks.c b/ltt/branches/poly/lttv/modules/guiControlFlow/Event_Hooks.c index 6b6870ea..ae3db901 100644 --- a/ltt/branches/poly/lttv/modules/guiControlFlow/Event_Hooks.c +++ b/ltt/branches/poly/lttv/modules/guiControlFlow/Event_Hooks.c @@ -583,9 +583,7 @@ int draw_event_hook(void *hook_data, void *call_data) prop_arc.position = OVER; DrawContext *draw_context = Hashed_Process_Data->draw_context; draw_context->Current->modify_over->x = x; - g_critical("x should be %i", x); draw_context->Current->modify_over->y = y; - g_critical("y should be %i", y); draw_context->drawable = control_flow_data->Drawing->Pixmap; GtkWidget *widget = control_flow_data->Drawing->Drawing_Area_V; //draw_context->gc = widget->style->fg_gc[GTK_WIDGET_STATE (widget)]; diff --git a/ltt/branches/poly/lttv/modules/guiControlFlow/Process_List.c b/ltt/branches/poly/lttv/modules/guiControlFlow/Process_List.c index 8d4578c6..40e189f6 100644 --- a/ltt/branches/poly/lttv/modules/guiControlFlow/Process_List.c +++ b/ltt/branches/poly/lttv/modules/guiControlFlow/Process_List.c @@ -480,7 +480,6 @@ gint processlist_get_process_pixels( ProcessList *Process_List, *height = get_cell_height( GTK_TREE_VIEW(Process_List->Process_List_VC)); *y = *height * path_indices[0]; - g_critical("inside, y is %i", *y); *pmHashed_Process_Data = Hashed_Process_Data; return 0; } else {