From a49bf70ca748471da134edde51e106d9c931a9d5 Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Sat, 17 Feb 2024 11:36:17 -0800 Subject: unifdef ISC Signed-off-by: Alan Coopersmith --- src/Panner.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/Panner.c b/src/Panner.c index f608ff9..2cce3e5 100644 --- a/src/Panner.c +++ b/src/Panner.c @@ -40,10 +40,6 @@ in this Software without prior written authorization from the X Consortium. #include /* for isascii() etc. */ #include /* for atof() */ -#if defined(ISC) && __STDC__ && !defined(ISC30) -extern double atof(char *); -#endif - #if XtVersion >= 11006 static char defaultTranslations[] = -- cgit v1.2.3