gdi32: Remove unneeded shadow variable.
This commit is contained in:
parent
8ef61a98f0
commit
9cf97e18b4
|
@ -592,7 +592,6 @@ BOOL BIDI_Reorder(
|
|||
|
||||
if (lpGlyphs && doGlyphs)
|
||||
{
|
||||
int j;
|
||||
BYTE runOrder[maxItems];
|
||||
int visOrder[maxItems];
|
||||
SCRIPT_ITEM *curItem;
|
||||
|
|
Loading…
Reference in New Issue