removed empty unused function validate_recruit_unit

This commit is contained in:
Mark de Wever 2007-02-09 16:22:18 +00:00
parent dc7e63fe76
commit d5041fbe68

View file

@ -204,11 +204,6 @@ std::string recruit_unit(const gamemap& map, int side,
return std::string();
}
void validate_recruit_unit()
{
}
gamemap::location under_leadership(const unit_map& units,
const gamemap::location& loc, int* bonus)
{