unused function

This commit is contained in:
Enno Rehling 2018-10-26 22:18:06 +02:00
parent 2e076aab1e
commit 7537f8c8ed
1 changed files with 0 additions and 7 deletions

View File

@ -159,13 +159,6 @@ autoalliance(const faction * sf, const faction * f2)
return 0;
}
static int ally_mode(const ally * sf, int mode)
{
if (sf == NULL)
return 0;
return sf->status & mode;
}
static void init_npcfaction(variant *var)
{
var->i = 1;