Commit 3b6498a5 authored by Jeff Latimer's avatar Jeff Latimer Committed by Alexandre Julliard

usp10: Remove duplicate code.

parent fb45de3f
......@@ -592,8 +592,6 @@ HRESULT WINAPI ScriptItemize(const WCHAR *pwcInChars, int cInChars, int cMaxItem
pItems[index].a.s.uBidiLevel = 1;
pItems[index].a.eScript = New_Script;
if (New_Script == Script_Arabic)
pItems[index].a.s.uBidiLevel = 1;
TRACE("index=%d cnt=%d iCharPos=%d\n", index, cnt, pItems[index].iCharPos);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment