Removing unused static function

This commit is contained in:
Enno Rehling 2004-07-03 19:35:07 +00:00
parent 48d624025e
commit b9d7bf3514
1 changed files with 0 additions and 6 deletions

View File

@ -73,12 +73,6 @@ add_give(unit * u, unit * u2, int n, const resource_type * rtype, struct order *
}
}
static void
addgive(unit * u, unit * u2, int n, resource_t res, struct order * ord, int error)
{
add_give(u, u2, n, oldresourcetype[res], ord, error);
}
static void
give_peasants(int n, const item_type * itype, unit * src)
{