summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2024-02-17 11:36:17 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2024-02-17 11:36:17 -0800
commita49bf70ca748471da134edde51e106d9c931a9d5 (patch)
tree869e0b89b3221fb06e4bdc904b50f43b0f72ae53
parent48251496c2633c816fa15749fbd314b84fa91e60 (diff)
unifdef ISC
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r--src/Panner.c4
1 files changed, 0 insertions, 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 <ctype.h> /* for isascii() etc. */
#include <stdlib.h> /* for atof() */
-#if defined(ISC) && __STDC__ && !defined(ISC30)
-extern double atof(char *);
-#endif
-
#if XtVersion >= 11006
static char defaultTranslations[] =