From 2102dbe854b24ffe7f63692f189d3ec426e9ae11 Mon Sep 17 00:00:00 2001 From: Henri Verbeet Date: Wed, 16 Dec 2009 19:55:59 +0100 Subject: [PATCH] msi: Remove an unused field from the string table. --- dlls/msi/string.c | 1 - 1 file changed, 1 deletion(-) diff --git a/dlls/msi/string.c b/dlls/msi/string.c index 5359104b07c..3bdc4360bd0 100644 --- a/dlls/msi/string.c +++ b/dlls/msi/string.c @@ -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 */ }; -- 2.11.4.GIT