From d428beb8ddc3c9617a6c9766ad89877a961bf036 Mon Sep 17 00:00:00 2001 From: nhmall Date: Sun, 10 Nov 2024 17:58:04 -0500 Subject: [PATCH] remove an unused prototype --- src/invent.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/invent.c b/src/invent.c index cf5d7e378..1e375fc66 100644 --- a/src/invent.c +++ b/src/invent.c @@ -49,7 +49,6 @@ staticfn void ia_addmenu(winid, int, char, const char *); staticfn void itemactions_pushkeys(struct obj *, int); staticfn int itemactions(struct obj *); staticfn int dispinv_with_action(char *, boolean, const char *); -staticfn struct obj *carrying_cockatrice_corpse(void); /* enum and structs are defined in wintype.h */ static win_request_info wri_info;