(svn r2852) Remove the unused field 'id' from struct FiosItem

This commit is contained in:
tron 2005-08-11 13:03:39 +00:00
parent ecf20af742
commit bfe8f13a8a
1 changed files with 0 additions and 1 deletions

1
hal.h
View File

@ -48,7 +48,6 @@ extern bool _dbg_screen_rect;
// Deals with finding savegames
typedef struct {
uint16 id;
byte type;
uint64 mtime;
char title[64];