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

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:26:10 +01:00 committed by Tim Edwards
parent 1fdd8bc185
commit f0b6231017
2 changed files with 0 additions and 2 deletions

View File

@ -83,7 +83,6 @@ int CalmaCompression = 0; /* Output file compression level (0 = uncompressed) *
/* Forward declarations */
extern int calmaWriteInitFunc();
extern int calmaWriteMarkFunc();
extern int calmaWritePaintFunc();
extern int calmaMergePaintFunc();
extern int calmaWriteUseFunc();

View File

@ -91,7 +91,6 @@ extern int calmaPaintLayerType;
/* External functions from CalmaWrite.c */
extern int calmaWriteInitFunc();
extern int calmaWriteMarkFunc();
/* Forward declarations */
extern int calmaWritePaintFuncZ();