(player): Remove unused member blitz_time.
This commit is contained in:
parent
1cfeeb6e0c
commit
b9324da31d
1 changed files with 0 additions and 1 deletions
|
@ -71,7 +71,6 @@ struct player {
|
||||||
time_t curup; /* used in calc of minutes used */
|
time_t curup; /* used in calc of minutes used */
|
||||||
int aborted;
|
int aborted;
|
||||||
int curid; /* for pr, cur. line's id, -1 none */
|
int curid; /* for pr, cur. line's id, -1 none */
|
||||||
int blitz_time;
|
|
||||||
char *map; /* pointer to in-mem map */
|
char *map; /* pointer to in-mem map */
|
||||||
char *bmap; /* pointer to in-mem bmap */
|
char *bmap; /* pointer to in-mem bmap */
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue