X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=lttv%2Fmodules%2Fgui%2Fhistogram%2Fhistodrawing.h;h=68fb211880e3d9ca63c793781acca616ee3e43e3;hb=8d8c5ea79a434752faf43cd66acc38196d25268d;hp=179c92e47abffcb3a3349a8367109d6cbdcf6aa6;hpb=df64b31664467d7217fa08fcdee423577856b38a;p=lttv.git diff --git a/lttv/modules/gui/histogram/histodrawing.h b/lttv/modules/gui/histogram/histodrawing.h index 179c92e4..68fb2118 100644 --- a/lttv/modules/gui/histogram/histodrawing.h +++ b/lttv/modules/gui/histogram/histodrawing.h @@ -146,16 +146,6 @@ GtkWidget *histo_drawing_get_drawing_area(histoDrawing_t *drawing); /* Clear the drawing : make it 1xwidth. */ void histo_drawing_clear(histoDrawing_t *drawing,guint clear_from,guint clear_to); -/* Insert a square corresponding to a new process in the list */ -static void drawing_insert_square(histoDrawing_t *drawing, - guint y, - guint height); - -/* Remove a square corresponding to a removed process in the list */ -static void drawing_remove_square(histoDrawing_t *drawing, - guint y, - guint height); - void histo_drawing_update_ruler(histoDrawing_t *drawing, TimeWindow *time_window); void histo_drawing_update_vertical_ruler(histoDrawing_t *drawing);//, TimeWindow *time_window); @@ -169,14 +159,6 @@ void histo_drawing_data_request_begin(EventsRequest *events_request, void histo_drawing_chunk_begin(EventsRequest *events_request, LttvTracesetState *tss); - -static void -tree_row_activated(GtkTreeModel *treemodel, - GtkTreePath *arg1, - GtkTreeViewColumn *arg2, - gpointer user_data); - - /* histo_convert_pixels_to_time * * Convert from window pixel and time interval to an absolute time.