Skip to content

Commit

Permalink
Viewshed: remove dead function declaration.
Browse files Browse the repository at this point in the history
  • Loading branch information
abellgithub committed Aug 30, 2024
1 parent b8b915b commit 9a795cd
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions alg/viewshed/viewshed.h
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,6 @@ class Viewshed
CPL_DLL bool run(GDALRasterBandH hBand,
GDALProgressFunc pfnProgress = GDALDummyProgress,
void *pProgressArg = nullptr);
CPL_DLL bool runCumulative(const std::string &srcFilename,
GDALProgressFunc pfnProgress = GDALDummyProgress,
void *pProgressArg = nullptr);

/**
* Fetch a pointer to the created raster band.
Expand Down

0 comments on commit 9a795cd

Please sign in to comment.