Skip to content

Commit

Permalink
Remove defunct doxygen entry
Browse files Browse the repository at this point in the history
  • Loading branch information
pramsey committed Jun 8, 2023
1 parent 60a28e0 commit bf3216e
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions include/geos/coverage/CoverageRingEdges.h
Original file line number Diff line number Diff line change
Expand Up @@ -72,16 +72,6 @@ class GEOS_DLL CoverageRingEdges {

public:

/**
* Create a new instance for a given coverage.
*
* @param coverage the set of polygonal geometries in the coverage
* @return the edges of the coverage
*/
// static std::unique_ptr<CoverageRingEdges> create(
// std::vector<const Geometry*>& coverage);


CoverageRingEdges(std::vector<const Geometry*>& coverage)
: m_coverage(coverage)
{
Expand Down

0 comments on commit bf3216e

Please sign in to comment.