forked from github/server
Removing unused static function
This commit is contained in:
parent
48d624025e
commit
b9d7bf3514
|
@ -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
|
static void
|
||||||
give_peasants(int n, const item_type * itype, unit * src)
|
give_peasants(int n, const item_type * itype, unit * src)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue