Remove glyph guard (bug #933): there is no way to such an exclusion properly without...
authorGregor Schneider <grschneider@gmail.com>
Fri, 21 Aug 2009 14:35:48 +0000 (14:35 +0000)
committerGregor Schneider <grschneider@gmail.com>
Fri, 21 Aug 2009 14:35:48 +0000 (14:35 +0000)
svn path=/trunk/; revision=42826

reactos/subsystems/win32/win32k/objects/freetype.c

index 8b4e5e9..a024474 100644 (file)
@@ -3732,12 +3732,6 @@ NtGdiExtTextOutW(
         }
     }
 
-    /* FIXME: remove this as soon as GetCharacterPlacementA/W work properly */
-    if ((fuOptions & ETO_GLYPH_INDEX) && (fuOptions != (ETO_GLYPH_INDEX | ETO_PDY)))
-    {
-        fuOptions &= ~ETO_GLYPH_INDEX;
-    }
-
     /* Finally call the internal routine */
     Result = GreExtTextOutW(hDC,
                             XStart,