From 26521bcd2baa0c5657e951d63518ea3669bfa7a8 Mon Sep 17 00:00:00 2001 From: Enno Rehling Date: Sat, 6 Jul 2019 17:30:09 +0200 Subject: [PATCH] hide unused function --- src/laws.test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/laws.test.c b/src/laws.test.c index f74728816..adda8f5ab 100644 --- a/src/laws.test.c +++ b/src/laws.test.c @@ -1891,6 +1891,7 @@ static void test_quit(CuTest *tc) { test_teardown(); } +#ifdef QUIT_WITH_TRANSFER /** * Gifting units to another faction upon voluntary death (QUIT). */ @@ -1915,7 +1916,6 @@ static void test_quit_transfer(CuTest *tc) { test_teardown(); } -#ifdef QUIT_WITH_TRANSFER /** * Gifting units with limited skills to another faction. *