(svn r2852) Remove the unused field 'id' from struct FiosItem
authortron
Thu, 11 Aug 2005 13:03:39 +0000
changeset 2326 3bc593f72175
parent 2325 fbbf3a1e181b
child 2327 69493bdce1ae
(svn r2852) Remove the unused field 'id' from struct FiosItem
hal.h
--- a/hal.h	Thu Aug 11 12:56:03 2005 +0000
+++ b/hal.h	Thu Aug 11 13:03:39 2005 +0000
@@ -48,7 +48,6 @@
 
 // Deals with finding savegames
 typedef struct {
-	uint16 id;
 	byte type;
 	uint64 mtime;
 	char title[64];