Remove some unused junk.

This commit is contained in:
Markus Armbruster 2004-03-01 13:48:45 +00:00
parent 5df329c766
commit 262e1bafba
7 changed files with 1 additions and 14 deletions

View file

@ -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,