(svn r2852) Remove the unused field 'id' from struct FiosItem
authortron
Thu, 11 Aug 2005 13:03:39 +0000
changeset 2326 8351ced42e69
parent 2325 86016aac45be
child 2327 076c79dea490
(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];