aboutsummaryrefslogtreecommitdiff
path: root/dat.h
diff options
context:
space:
mode:
Diffstat (limited to 'dat.h')
-rw-r--r--dat.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/dat.h b/dat.h
index a85a177..ad0b978 100644
--- a/dat.h
+++ b/dat.h
@@ -35,7 +35,6 @@ typedef struct Ship Ship;
typedef struct Map Map;
typedef struct Board Board;
typedef struct Player Player;
-typedef struct Playerq Playerq;
typedef struct Match Match;
typedef struct Chanpipe Chanpipe;
@@ -70,14 +69,6 @@ struct Player
int state;
};
-struct Playerq
-{
- QLock;
- Player **players;
- ulong cap;
- ulong nplayers;
-};
-
struct Match
{
Player *pl[2];