From a781b295a51feb355c1f0cf635bce485784b3489 Mon Sep 17 00:00:00 2001 From: nhmall Date: Sat, 8 Feb 2020 01:44:56 -0500 Subject: [PATCH] OS X warning --- src/botl.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/botl.c b/src/botl.c index bee41e409..24c438a9d 100644 --- a/src/botl.c +++ b/src/botl.c @@ -421,7 +421,6 @@ static int FDECL(compare_blstats, (struct istat_s *, struct istat_s *)); static char *FDECL(anything_to_s, (char *, anything *, int)); static int FDECL(percentage, (struct istat_s *, struct istat_s *)); static int NDECL(exp_percentage); -static boolean FDECL(test_condition, (enum blconditions, struct permonst *)); #ifdef STATUS_HILITES static void FDECL(s_to_anything, (anything *, char *, int));