Marcus Meissner : usp10: Removed 2 superflous lines of code (Coverity).

Alexandre Julliard julliard at winehq.org
Thu Jun 16 14:28:50 CDT 2011


Module: wine
Branch: master
Commit: c2748cfba56866557e3a7d8999c85108cac04732
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=c2748cfba56866557e3a7d8999c85108cac04732

Author: Marcus Meissner <marcus at jet.franken.de>
Date:   Thu Jun 16 16:58:45 2011 +0200

usp10: Removed 2 superflous lines of code (Coverity).

---

 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 c1bc18f..cbe186a 100644
--- a/dlls/usp10/shape.c
+++ b/dlls/usp10/shape.c
@@ -2597,8 +2597,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;




More information about the wine-cvs mailing list