diff options
| author | Bill Fumerola <billf@FreeBSD.org> | 1999-12-07 02:01:29 +0000 |
|---|---|---|
| committer | Bill Fumerola <billf@FreeBSD.org> | 1999-12-07 02:01:29 +0000 |
| commit | 2be6d318c12534234cfb877694d6cbb50c296d84 (patch) | |
| tree | baaf1236f940ea3e01b48103de6d81cf8bfb3cf8 /games/worms/worms.c | |
| parent | 953fbebedd71a5ed888eff0a3c6d22a15c3eaad9 (diff) | |
Notes
Diffstat (limited to 'games/worms/worms.c')
| -rw-r--r-- | games/worms/worms.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/games/worms/worms.c b/games/worms/worms.c index 6dec61ec69a4..39c55112568e 100644 --- a/games/worms/worms.c +++ b/games/worms/worms.c @@ -187,15 +187,12 @@ main(argc, argv) int argc; char *argv[]; { - extern int optind; - extern char *optarg; int x, y, h, n; struct worm *w; const struct options *op; short *ip; int CO, LI, last, bottom, ch, length, number, trail; short **ref; - long random(); const char *field; char *mp; unsigned int delay = 0; |
