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

Remove prototype from header file to correct error.

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

View File

@ -69,7 +69,6 @@ extern void CIFParseReadLayers();
extern float CIFGetOutputScale();
extern float CIFGetScale();
extern float CIFGetInputScale();
extern int CIFGetDefaultContactSize();
extern int CIFPaintCurrent();
extern void CIFSeeLayer();