Skip to content

Commit

Permalink
Remove SHPTreeRemoveShapeId not being implemented
Browse files Browse the repository at this point in the history
  • Loading branch information
thbeu committed Jan 29, 2024
1 parent c371078 commit af58de6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion shapefil.h
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,6 @@ extern "C"
int SHPAPI_CALL SHPWriteTree(SHPTree *hTree, const char *pszFilename);

int SHPAPI_CALL SHPTreeAddShapeId(SHPTree *hTree, SHPObject *psObject);
int SHPAPI_CALL SHPTreeRemoveShapeId(SHPTree *hTree, int nShapeId);

void SHPAPI_CALL SHPTreeTrimExtraNodes(SHPTree *hTree);

Expand Down

0 comments on commit af58de6

Please sign in to comment.