diff options
author | tron <tron@openttd.org> | 2005-08-11 13:03:39 +0000 |
---|---|---|
committer | tron <tron@openttd.org> | 2005-08-11 13:03:39 +0000 |
commit | a4e00b6f0546b636bcdf19269eeb610a421bbdca (patch) | |
tree | a2d3f5231d1b0b300bc3e72afaa994db995b7e98 | |
parent | 6ebdbfea45d01414b0e00a9d62310a0b1a5acf3b (diff) | |
download | openttd-a4e00b6f0546b636bcdf19269eeb610a421bbdca.tar.xz |
(svn r2852) Remove the unused field 'id' from struct FiosItem
-rw-r--r-- | hal.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -48,7 +48,6 @@ extern bool _dbg_screen_rect; // Deals with finding savegames typedef struct { - uint16 id; byte type; uint64 mtime; char title[64]; |