From bfe8f13a8af87056f2dd2387e5ebdbdc60550d10 Mon Sep 17 00:00:00 2001 From: tron Date: Thu, 11 Aug 2005 13:03:39 +0000 Subject: (svn r2852) Remove the unused field 'id' from struct FiosItem --- hal.h | 1 - 1 file changed, 1 deletion(-) (limited to 'hal.h') 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]; -- cgit v1.2.3-54-g00ecf