unused function

This commit is contained in:
Enno Rehling 2017-02-22 19:43:17 +01:00
parent 807fe607e7
commit 82e4d75429
1 changed files with 0 additions and 4 deletions

View File

@ -60,10 +60,6 @@ static void test_make_fighter(CuTest * tc)
test_cleanup();
}
static int add_two(const building * b, const unit * u) {
return 2;
}
static building_type * setup_castle(void) {
building_type * btype;
construction *cons;