remove debug
[lttv.git] / ltt / branches / poly / lttv / modules / guiControlFlow / Draw_Item.c
index 6dcf0a48004392e77a9eb50a8219afa452825c78..72536e7fe46fb5e572001ff2d5a2bfee4886e336 100644 (file)
@@ -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:
This page took 0.022707 seconds and 4 git commands to generate.