Remove some redundant declarations.
This commit is contained in:
parent
b5401d9dd4
commit
bf6bfcd5f5
3 changed files with 0 additions and 3 deletions
|
@ -929,7 +929,6 @@ static int
|
|||
pinflak_planedamage(struct plnstr *pp, struct plchrstr *pcp, natid from,
|
||||
int flak)
|
||||
{
|
||||
extern double flakscale;
|
||||
int disp;
|
||||
s_char dmess[255];
|
||||
int eff;
|
||||
|
|
|
@ -968,7 +968,6 @@ ac_landflak(struct emp_qelem *list, coord x, coord y)
|
|||
void
|
||||
ac_fireflak(struct emp_qelem *list, natid from, natid other, int guns)
|
||||
{
|
||||
extern double flakscale;
|
||||
register struct plnstr *pp;
|
||||
struct plist *plp;
|
||||
int n;
|
||||
|
|
|
@ -73,7 +73,6 @@ int
|
|||
main(int argc, char *argv[])
|
||||
{
|
||||
extern s_char *timestampfil;
|
||||
extern s_char *infodir;
|
||||
extern s_char *commfil;
|
||||
s_char buf[255];
|
||||
s_char tbuf[512];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue