Skip to content

Commit

Permalink
Remove duplicate godalGrid function signature
Browse files Browse the repository at this point in the history
Co-authored-by: Thomas Bonfort <[email protected]>
  • Loading branch information
pericles-tpt and tbonfort authored Sep 22, 2023
1 parent 07157ce commit d9ab5ba
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion godal.h
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,6 @@ extern "C" {
void godalSetRasterStatistics(cctx *ctx, GDALRasterBandH bnd, double dfMin, double dfMax, double dfMean, double dfStdDev);
void godalGridCreate(cctx *ctx, char *pszAlgorithm, GDALGridAlgorithm eAlgorithm, GUInt32 nPoints, const double *padfX, const double *padfY, const double *padfZ, double dfXMin, double dfXMax, double dfYMin, double dfYMax, GUInt32 nXSize, GUInt32 nYSize, GDALDataType eType, void *pData);
GDALDatasetH godalGrid(cctx *ctx, const char *pszDest, GDALDatasetH hSrcDS, char **switches);
GDALDatasetH godalGrid(cctx *ctx, const char *pszDest, GDALDatasetH hSrcDS, char **switches);
GDALDatasetH godalNearblack(cctx *ctx, const char *pszDest, GDALDatasetH hDstDS, GDALDatasetH hSrcDS, char **switches);
#ifdef __cplusplus
}
Expand Down

0 comments on commit d9ab5ba

Please sign in to comment.