Remove more warnings in the GUI modules
[lttv.git] / lttv / modules / gui / histogram / histoeventhooks.c
index 8e5d780a108002641319321fa1f92b478f30cba7..a870e419c7aa44378a24c4927ed3f9eee143b876 100644 (file)
@@ -783,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;
This page took 0.023058 seconds and 4 git commands to generate.