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 | bfe8f13a8af87056f2dd2387e5ebdbdc60550d10 (patch) | |
tree | a2d3f5231d1b0b300bc3e72afaa994db995b7e98 | |
parent | ecf20af742d83e1f059ac2500ed64ccbb7538415 (diff) | |
download | openttd-bfe8f13a8af87056f2dd2387e5ebdbdc60550d10.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]; |