diff options
| author | dholland <dholland@NetBSD.org> | 2009-03-14 22:54:05 +0000 |
|---|---|---|
| committer | dholland <dholland@NetBSD.org> | 2009-03-14 22:54:05 +0000 |
| commit | 114ad9c48a887df639da818c9fcbcca45edfd64c (patch) | |
| tree | b8fe8c8f180500af54840bf7578ad4403c7e2e37 /sail/extern.h | |
| parent | e98a44895c7ca5a00b080fce0b3cbb16bcdff859 (diff) | |
| download | bsdgames-darwin-114ad9c48a887df639da818c9fcbcca45edfd64c.tar.gz bsdgames-darwin-114ad9c48a887df639da818c9fcbcca45edfd64c.zip | |
Turns out the W_FILE message wasn't ever used.
Diffstat (limited to 'sail/extern.h')
| -rw-r--r-- | sail/extern.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sail/extern.h b/sail/extern.h index 04090f79..dba55005 100644 --- a/sail/extern.h +++ b/sail/extern.h @@ -1,4 +1,4 @@ -/* $NetBSD: extern.h,v 1.32 2009/03/14 22:52:52 dholland Exp $ */ +/* $NetBSD: extern.h,v 1.33 2009/03/14 22:54:05 dholland Exp $ */ /* * Copyright (c) 1983, 1993 @@ -379,7 +379,6 @@ void send_crew(struct ship *ship, long a, long b, long c); void send_dbp(struct ship *ship, long a, long b, long c, long d); void send_drift(struct ship *ship, long a); void send_explode(struct ship *ship, long a); -void send_file(void); void send_foul(struct ship *ship, long a); void send_gunl(struct ship *ship, long a, long b); void send_gunr(struct ship *ship, long a, long b); |
