msi: Remove an unused field from the string table.
This commit is contained in:
parent
bd1ec9eb02
commit
2102dbe854
|
@ -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 */
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue