forked from github/server
unnecessary function
This commit is contained in:
parent
0b63b23d34
commit
0aa0be8557
1 changed files with 2 additions and 0 deletions
|
@ -453,6 +453,7 @@ get_unitrow(const fighter * af)
|
||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#if 0
|
||||||
static int
|
static int
|
||||||
sort_fighterrow(fighter ** elem1, fighter ** elem2)
|
sort_fighterrow(fighter ** elem1, fighter ** elem2)
|
||||||
{
|
{
|
||||||
|
@ -462,6 +463,7 @@ sort_fighterrow(fighter ** elem1, fighter ** elem2)
|
||||||
b = get_unitrow(*elem2);
|
b = get_unitrow(*elem2);
|
||||||
return (a < b) ? -1 : ((a == b) ? 0 : 1);
|
return (a < b) ? -1 : ((a == b) ? 0 : 1);
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
static void
|
static void
|
||||||
reportcasualties(battle * b, fighter * fig, int dead)
|
reportcasualties(battle * b, fighter * fig, int dead)
|
||||||
|
|
Loading…
Reference in a new issue