X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=lttv%2Fmodules%2Fgui%2Fhistogram%2Fhistoeventhooks.c;h=a870e419c7aa44378a24c4927ed3f9eee143b876;hb=26ea84eb31a3d5da3e264d78719b3a74254a9134;hp=4c11cf3dcf252dd7f7e14e98a34532f9af0025e0;hpb=8924e3e4b9f77267572f4fe0d4430748c27e66ea;p=lttv.git diff --git a/lttv/modules/gui/histogram/histoeventhooks.c b/lttv/modules/gui/histogram/histoeventhooks.c index 4c11cf3d..a870e419 100644 --- a/lttv/modules/gui/histogram/histoeventhooks.c +++ b/lttv/modules/gui/histogram/histoeventhooks.c @@ -59,10 +59,6 @@ //#include -#include -#include -#include - #include #include #include @@ -787,8 +783,6 @@ int histo_after_chunk(void *hook_data, void *call_data) { EventsRequest *events_request = (EventsRequest*)hook_data; HistoControlFlowData *histocontrol_flow_data = events_request->viewer_data; - LttvTraceset *traceset = (LttvTraceset*)call_data; - LttTime end_time; histoDrawing_t *drawing = histocontrol_flow_data->drawing;