gdi32: Remove unneeded shadow variable

André Hentschel nerv at dawncrow.de
Tue Apr 17 17:11:15 CDT 2012


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

diff --git a/dlls/gdi32/bidi.c b/dlls/gdi32/bidi.c
index 9b8f758..0354996 100644
--- a/dlls/gdi32/bidi.c
+++ b/dlls/gdi32/bidi.c
@@ -592,7 +592,6 @@ BOOL BIDI_Reorder(
 
         if (lpGlyphs && doGlyphs)
         {
-            int j;
             BYTE runOrder[maxItems];
             int visOrder[maxItems];
             SCRIPT_ITEM *curItem;
-- 

Best Regards, André Hentschel


More information about the wine-patches mailing list