=?UTF-8?Q?Andr=C3=A9=20Hentschel=20?=: gdi32: Remove unneeded shadow variable.

Alexandre Julliard julliard at winehq.org
Wed Apr 18 13:04:14 CDT 2012


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

Author: André Hentschel <nerv at dawncrow.de>
Date:   Wed Apr 18 00:11:15 2012 +0200

gdi32: Remove unneeded shadow variable.

---

 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;




More information about the wine-cvs mailing list