Skip to content

Commit

Permalink
Merge pull request #92 from thbeu/update-shapefil
Browse files Browse the repository at this point in the history
Remove SHPTreeRemoveShapeId not being implemented
  • Loading branch information
rouault authored Jan 29, 2024
2 parents 317f58e + af58de6 commit 58f8ed9
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 @@ -381,7 +381,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 58f8ed9

Please sign in to comment.