1
0
Fork 0
mirror of https://codeberg.org/noisytoot/notnotdnethack.git synced 2025-04-03 23:20:44 +01:00

Remove extern definition for the removed dead code get_ent_species.

This commit is contained in:
demogorgon22 2024-12-28 13:13:05 -05:00
parent 6112d3435a
commit 1e0fbf12fa

View file

@ -582,7 +582,6 @@ E char *FDECL(Aptrnam, (struct permonst *));
E char *FDECL(a_monnam, (struct monst *));
E char *FDECL(a_ptrnam, (struct permonst *));
E char *FDECL(mon_nam_too, (struct monst *, struct monst *));
E const char *FDECL(get_ent_species, (int));
E char *FDECL(getDrowHouse, (long));
E char *FDECL(distant_monnam, (struct monst *,int,char *));
E const char *NDECL(rndmonnam);