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

This commit is contained in:
Gerald Pfeifer 2010-05-05 00:24:24 +02:00 committed by Alexandre Julliard
parent 52ead99288
commit c5bc2a5d2f
1 changed files with 0 additions and 3 deletions

View File

@ -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: