mirror of
https://github.com/reactos/reactos.git
synced 2026-06-03 09:51:03 +08:00
[WIN32SS][NTGDI] Unite duplicate of condition 'UsesSource'
This commit is contained in:
@@ -471,16 +471,11 @@ NtGdiMaskBlt(
|
||||
|
||||
if (UsesSource)
|
||||
{
|
||||
{
|
||||
BitmapSrc = DCSrc->dclevel.pSurface;
|
||||
if (!BitmapSrc)
|
||||
goto cleanup;
|
||||
}
|
||||
}
|
||||
BitmapSrc = DCSrc->dclevel.pSurface;
|
||||
if (!BitmapSrc)
|
||||
goto cleanup;
|
||||
|
||||
/* Create the XLATEOBJ. */
|
||||
if (UsesSource)
|
||||
{
|
||||
/* Create the XLATEOBJ. */
|
||||
EXLATEOBJ_vInitXlateFromDCs(&exlo, DCSrc, DCDest);
|
||||
XlateObj = &exlo.xlo;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user