aboutsummaryrefslogtreecommitdiffstats
path: root/trace-plot.c
diff options
context:
space:
mode:
Diffstat (limited to 'trace-plot.c')
-rw-r--r--trace-plot.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/trace-plot.c b/trace-plot.c
index 2621034..e459969 100644
--- a/trace-plot.c
+++ b/trace-plot.c
@@ -345,12 +345,10 @@ int trace_graph_plot_event(struct graph_info *ginfo,
345 info->bfill = TRUE; 345 info->bfill = TRUE;
346 346
347 info->blabel = NULL; 347 info->blabel = NULL;
348 info->bthin = FALSE;
348 info->release = FALSE; 349 info->release = FALSE;
349 info->rlabel = NULL;
350 info->deadline = FALSE; 350 info->deadline = FALSE;
351 info->dlabel = NULL;
352 info->completion = FALSE; 351 info->completion = FALSE;
353 info->clabel = NULL;
354 352
355 if (!plot->cb->plot_event) 353 if (!plot->cb->plot_event)
356 return 0; 354 return 0;