remove unused function

This commit is contained in:
Enno Rehling 2017-05-21 16:12:13 +02:00
parent 9525c8790c
commit 37aded9b1d
1 changed files with 0 additions and 4 deletions

View File

@ -1446,10 +1446,6 @@ static void test_show_both(CuTest *tc) {
test_cleanup();
}
static int low_wage(const region * r, const faction * f, const race * rc, int in_turn) {
return 1;
}
static void test_immigration(CuTest * tc)
{
region *r;