Commit f6ad192c authored by Andrey Gusev's avatar Andrey Gusev Committed by Alexandre Julliard

usp10: Remove worthless check.

parent fd818513
......@@ -3028,9 +3028,6 @@ HRESULT WINAPI ScriptIsComplex(const WCHAR *chars, int len, DWORD flag)
for (i = 0; i < len; i+=consumed)
{
if (i >= len)
break;
if ((flag & SIC_ASCIIDIGIT) && chars[i] >= 0x30 && chars[i] <= 0x39)
return S_OK;
......
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