From 82e4d754292478e82af1202524d7ba04293f0fe9 Mon Sep 17 00:00:00 2001 From: Enno Rehling Date: Wed, 22 Feb 2017 19:43:17 +0100 Subject: [PATCH] unused function --- src/battle.test.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/battle.test.c b/src/battle.test.c index 987613277..109561161 100644 --- a/src/battle.test.c +++ b/src/battle.test.c @@ -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;