Commit c5bc2a5d authored by Gerald Pfeifer's avatar Gerald Pfeifer Committed by Alexandre Julliard

winex11.drv: Remove variable bits which is not really used from X11DRV_DIB_GetImageBits_4.

parent 52ead992
......@@ -970,7 +970,6 @@ static void X11DRV_DIB_GetImageBits_4( int lines, BYTE *dstbits,
{
DWORD x;
int h, width = min(srcwidth, dstwidth);
BYTE *bits;
if (lines < 0 )
{
......@@ -979,8 +978,6 @@ static void X11DRV_DIB_GetImageBits_4( int lines, BYTE *dstbits,
linebytes = -linebytes;
}
bits = dstbits;
switch (bmpImage->depth) {
case 1:
case 4:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment