Commit 2102dbe8 authored by Henri Verbeet's avatar Henri Verbeet Committed by Alexandre Julliard

msi: Remove an unused field from the string table.

parent bd1ec9eb
......@@ -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 */
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment