msi: Remove an unused field from the string table.

This commit is contained in:
Henri Verbeet 2009-12-16 19:55:59 +01:00 committed by Alexandre Julliard
parent bd1ec9eb02
commit 2102dbe854
1 changed files with 0 additions and 1 deletions

View File

@ -55,7 +55,6 @@ struct string_table
UINT freeslot;
UINT codepage;
UINT sortcount;
BOOL valid_index;
msistring *strings; /* an array of strings */
UINT *sorted; /* index */
};