From c65155880cbc091049a7ae406160886f018f9f26 Mon Sep 17 00:00:00 2001 From: Giles Atkinson <“gatk555@gmail.com”> Date: Tue, 8 Feb 2022 11:09:06 +0000 Subject: [PATCH] Make "nogrid" plotting option work. The deleted code was in the original commit, so the reason for it can not be traced. --- src/frontend/plotting/grid.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/frontend/plotting/grid.c b/src/frontend/plotting/grid.c index 1d74c2497..aaeb3b829 100644 --- a/src/frontend/plotting/grid.c +++ b/src/frontend/plotting/grid.c @@ -74,9 +74,6 @@ gr_fixgrid(GRAPH *graph, double xdelta, double ydelta, int xtype, int ytype) { double *dd; - if (graph->grid.gridtype == GRID_NONE) - graph->grid.gridtype = GRID_LIN; - SetColor(1); SetLinestyle(1);