Henri Verbeet : msi: Remove an unused field from the string table.

Alexandre Julliard julliard at winehq.org
Thu Dec 17 10:37:07 CST 2009


Module: wine
Branch: master
Commit: 2102dbe854b24ffe7f63692f189d3ec426e9ae11
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=2102dbe854b24ffe7f63692f189d3ec426e9ae11

Author: Henri Verbeet <hverbeet at codeweavers.com>
Date:   Wed Dec 16 19:55:59 2009 +0100

msi: Remove an unused field from the string table.

---

 dlls/msi/string.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/dlls/msi/string.c b/dlls/msi/string.c
index 5359104..3bdc436 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 */
 };




More information about the wine-cvs mailing list