From e5b000d47defb10af54acb6edb8a492f60f05c8f Mon Sep 17 00:00:00 2001 From: Pericles Telemachou Date: Thu, 7 Sep 2023 18:05:36 +1000 Subject: [PATCH] Remove duplicate `gridCreateOpts` --- options.go | 4 ---- 1 file changed, 4 deletions(-) diff --git a/options.go b/options.go index 87d6ce7..c23b004 100644 --- a/options.go +++ b/options.go @@ -1236,10 +1236,6 @@ type GridCreateOption interface { setGridCreateOpt(mo *gridCreateOpts) } -type gridCreateOpts struct { - errorHandler ErrorHandler -} - // RasterizeGeometryOption is an option that can be passed tp Dataset.RasterizeGeometry() type RasterizeGeometryOption interface { setRasterizeGeometryOpt(o *rasterizeGeometryOpts)