gdi32: Remove unneeded shadow variable.

This commit is contained in:
André Hentschel 2012-04-18 00:11:15 +02:00 committed by Alexandre Julliard
parent 8ef61a98f0
commit 9cf97e18b4
1 changed files with 0 additions and 1 deletions

View File

@ -592,7 +592,6 @@ BOOL BIDI_Reorder(
if (lpGlyphs && doGlyphs)
{
int j;
BYTE runOrder[maxItems];
int visOrder[maxItems];
SCRIPT_ITEM *curItem;