From d639c2418c217e63c821fb8911806328c561475f Mon Sep 17 00:00:00 2001 From: Enno Rehling Date: Mon, 26 Aug 2019 20:47:02 +0200 Subject: [PATCH] delete unused function --- src/kernel/ally.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/kernel/ally.c b/src/kernel/ally.c index fe65c15dd..4ee6b0f57 100644 --- a/src/kernel/ally.c +++ b/src/kernel/ally.c @@ -215,11 +215,6 @@ autoalliance(const faction * sf, const faction * f2) return 0; } -static void init_npcfaction(variant *var) -{ - var->i = 1; -} - /** Limits the available help modes * The bitfield returned by this function specifies the available help modes * in this game (so you can, for example, disable HELP GIVE globally).