[Win32SS] Fix Opaque Text Fade while in Desktop Startup

See CORE-16498.
This commit is contained in:
jimtabor 2019-12-09 11:18:32 -06:00
parent 1793dcc864
commit 5214a38fd0
3 changed files with 2 additions and 6 deletions

View file

@ -64,7 +64,6 @@ FASTCALL
DeleteRegion(
_In_ HRGN hrgn)
{
#if 0
PRGN_ATTR Rgn_Attr = GdiGetRgnAttr(hrgn);
if ( Rgn_Attr )
@ -78,7 +77,6 @@ DeleteRegion(
return TRUE;
}
}
#endif
return NtGdiDeleteObjectApp(hrgn);
}