From a1ae272dc56b2cce82e629eefbd1e5f3204cdd68 Mon Sep 17 00:00:00 2001 From: "Darryl L. Miles" Date: Fri, 4 Oct 2024 11:19:10 +0100 Subject: [PATCH] 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 --- cif/cif.h | 1 - 1 file changed, 1 deletion(-) diff --git a/cif/cif.h b/cif/cif.h index 464ca94c..dd013caf 100644 --- a/cif/cif.h +++ b/cif/cif.h @@ -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();