Remove obsolete find_skates function
find_skates was still in use for its one intended case, but objdescr_is has been around for a few years now and can do just as good a job without having to hardcode the first and last boots in objects[].
This commit is contained in:
committed by
Pasi Kallinen
parent
1a6456ad82
commit
549dfb92ea
@@ -1876,7 +1876,6 @@ extern void tty_ibmgraphics_fixup(void);
|
||||
extern void init_objects(void);
|
||||
extern void init_oclass_probs(void);
|
||||
extern void obj_shuffle_range(int, int *, int *);
|
||||
extern int find_skates(void);
|
||||
extern boolean objdescr_is(struct obj *, const char *);
|
||||
extern void oinit(void);
|
||||
extern void savenames(NHFILE *);
|
||||
|
||||
Reference in New Issue
Block a user