Remove some unused stuff, mostly Empire 3 leftovers.

This commit is contained in:
Markus Armbruster 2004-02-28 09:45:10 +00:00
parent 3d0178b994
commit 97e221baae
11 changed files with 3 additions and 63 deletions

View file

@ -55,11 +55,4 @@ extern void border(struct range *, s_char *, s_char *);
#define MAP_HIGH bit(3)
#define MAP_ALL MAP_SHIP | MAP_LAND | MAP_PLANE
struct mapstr {
short ef_type;
coord map_x;
coord map_y;
s_char map_des;
};
#endif /* _MAP_H_ */