Skip to content

Commit

Permalink
Remove duplicate gridCreateOpts
Browse files Browse the repository at this point in the history
  • Loading branch information
pericles-tpt committed Sep 7, 2023
1 parent dd5e8ad commit e5b000d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions options.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit e5b000d

Please sign in to comment.