K&R calma: prototype for non-existent function: calmaMergeBoundaries()

Remove forward declaration prototype to correct error.

K&R obsolete syntax removal for C23 compatibility series
This commit is contained in:
Darryl L. Miles 2024-10-04 11:28:05 +01:00 committed by Tim Edwards
parent f0b6231017
commit 3f4eb4120e
1 changed files with 0 additions and 1 deletions

View File

@ -98,7 +98,6 @@ extern void calmaOutStringRecord();
extern void calmaOut8();
extern void calmaOutR8();
extern void calmaProcessBoundary();
extern void calmaMergeBoundaries();
extern void calmaRemoveColinear();
extern void calmaRemoveDegenerate();