diff --git a/subsystems/win32/win32k/dib/dib.c b/subsystems/win32/win32k/dib/dib.c index 1288dad592b..2066c9e0b72 100644 --- a/subsystems/win32/win32k/dib/dib.c +++ b/subsystems/win32/win32k/dib/dib.c @@ -151,9 +151,6 @@ static const ULONG ExpandDest[16] = 0xF0F0F0F0 /* 1111 */, }; - /* Ignore alpha channel in Pattern */ - Pattern &= 0x00ffffff ; - /* Optimized code for the various named rop codes. */ switch (Rop) {