summaryrefslogtreecommitdiff
path: root/hal.h
diff options
context:
space:
mode:
authortron <tron@openttd.org>2005-08-11 13:03:39 +0000
committertron <tron@openttd.org>2005-08-11 13:03:39 +0000
commitbfe8f13a8af87056f2dd2387e5ebdbdc60550d10 (patch)
treea2d3f5231d1b0b300bc3e72afaa994db995b7e98 /hal.h
parentecf20af742d83e1f059ac2500ed64ccbb7538415 (diff)
downloadopenttd-bfe8f13a8af87056f2dd2387e5ebdbdc60550d10.tar.xz
(svn r2852) Remove the unused field 'id' from struct FiosItem
Diffstat (limited to 'hal.h')
-rw-r--r--hal.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/hal.h b/hal.h
index 665ae386d..01b74a519 100644
--- a/hal.h
+++ b/hal.h
@@ -48,7 +48,6 @@ extern bool _dbg_screen_rect;
// Deals with finding savegames
typedef struct {
- uint16 id;
byte type;
uint64 mtime;
char title[64];