# HG changeset patch # User tron # Date 2005-08-11 13:03:39 # Node ID bcf5653aa1b4d57cfdd52c4d460ce1e69c1ac13e # Parent 6a4d68452bb5d46307a58a8f89c6a2b4378d492a (svn r2852) Remove the unused field 'id' from struct FiosItem diff --git a/hal.h b/hal.h --- 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];