remove unused function

This commit is contained in:
Enno Rehling 2018-11-24 19:27:31 +01:00
parent c596781aea
commit 26205094dd
1 changed files with 0 additions and 9 deletions

View File

@ -645,15 +645,6 @@ static void spskill(sbstring *sbp, const struct locale * lang,
}
}
static size_t spskill_depr(char *buffer, size_t size, const struct locale * lang,
const struct unit * u, struct skill * sv, int *dh)
{
sbstring sbs;
sbs_init(&sbs, buffer, size);
spskill(&sbs, lang, u, sv, dh);
return sbs_length(&sbs);
}
void bufunit(const faction * f, const unit * u, const faction *fv,
seen_mode mode, int getarnt, struct sbstring *sbp)
{