Remove some unused values in the object header.

This commit is contained in:
Mike McCormack 2005-09-14 11:15:22 +00:00 committed by Alexandre Julliard
parent 14d5e68f19
commit ade532a163
1 changed files with 0 additions and 2 deletions

View File

@ -57,8 +57,6 @@ struct tagMSIOBJECTHDR
UINT type;
LONG refcount;
msihandledestructor destructor;
struct tagMSIOBJECTHDR *next;
struct tagMSIOBJECTHDR *prev;
};
typedef struct tagMSIDATABASE