Remove redundant skillset command

This commit is contained in:
kinther 2025-08-19 07:15:18 -07:00
parent 5aec076135
commit f5cae94e14
4 changed files with 2 additions and 113 deletions

View file

@ -25,8 +25,6 @@ void smash_tilde(char *str);
void parse_at(char *str);
void parse_tab(char *str);
void paginate_string(char *str, struct descriptor_data *d);
/** @todo should this really be in modify.c? */
ACMD(do_skillset);
/* Following function prototypes moved here from comm.h */
void string_write(struct descriptor_data *d, char **txt, size_t len, long mailto, void *data);
void string_add(struct descriptor_data *d, char *str);