[PATCH] usp10: Removed 2 superflous lines of code (Coverity)

Marcus Meissner marcus at jet.franken.de
Thu Jun 16 09:58:45 CDT 2011


Hi,

CID 5136. Aric says the overlap is also in the datafiles
used, so they are good to go.

Ciao, Marcus
---
 dlls/usp10/shape.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/dlls/usp10/shape.c b/dlls/usp10/shape.c
index 63a9a2f..8c2dea1 100644
--- a/dlls/usp10/shape.c
+++ b/dlls/usp10/shape.c
@@ -2503,8 +2503,6 @@ static int oriya_lex(WCHAR c)
             if (c>=0x0B01 && c<=0x0B03) return lex_Modifier;
             else if (c>=0x0B05 && c<=0x0B14) return lex_Vowel;
             else if (c>=0x0B15 && c<=0x0B39) return lex_Consonant;
-            else if (c>=0x0B2C && c<=0x0B2E) return lex_Consonant;
-            else if (c>=0x0B32 && c<=0x0B33) return lex_Consonant;
             else if (c>=0x0B41 && c<=0x0B44) return lex_Matra_below;
             else if (c>=0x0B48 && c<=0x0B4C) return lex_Composed_Vowel;
             else if (c>=0x0B5C && c<=0x0B5D) return lex_Consonant;
-- 
1.7.3.4




More information about the wine-patches mailing list