delete unused function

This commit is contained in:
Enno Rehling 2019-08-26 20:47:02 +02:00
parent 331546eec4
commit d639c2418c
1 changed files with 0 additions and 5 deletions

View File

@ -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).