mirror of
https://github.com/tbamud/tbamud.git
synced 2026-03-29 16:37:21 +02:00
Remove redundant skillset command
This commit is contained in:
parent
5aec076135
commit
f5cae94e14
4 changed files with 2 additions and 113 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue