From 159460efd437eaccbb5d37f8104071f2c8e75e80 Mon Sep 17 00:00:00 2001 From: stefan schippers Date: Thu, 30 Nov 2023 01:00:25 +0100 Subject: [PATCH] fix unneeded extra_rawfile switch back in graph_fullyzoom() --- src/draw.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/draw.c b/src/draw.c index 41bf797e..be211cf0 100644 --- a/src/draw.c +++ b/src/draw.c @@ -2272,7 +2272,6 @@ int graph_fullyzoom(xRect *r, Graph_ctx *gr, int graph_dataset) max = ceil_to_n_digits(max, 2); my_free(_ALLOC_ID_, &node); my_free(_ALLOC_ID_, &sweep); - if(sch_waves_loaded()!= -1 && custom_rawfile[0]) extra_rawfile(5, NULL, NULL); my_free(_ALLOC_ID_, &custom_rawfile); my_free(_ALLOC_ID_, &sim_type); if(ntok_copy) my_free(_ALLOC_ID_, &ntok_copy);