Remove some unused junk.
This commit is contained in:
parent
5df329c766
commit
262e1bafba
7 changed files with 1 additions and 14 deletions
|
@ -51,10 +51,6 @@
|
|||
#include "budg.h"
|
||||
#include "commands.h"
|
||||
|
||||
#ifndef MIN
|
||||
#define MIN(x,y) ((x) > (y) ? (y) : (x))
|
||||
#endif
|
||||
|
||||
static void calc_all(long int (*p_sect)[2], int *taxes, int *Ncivs,
|
||||
int *Nuws, int *bars, int *Nbars, int *mil,
|
||||
int *ships, int *sbuild, int *nsbuild, int *smaint,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue