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

Gerald Pfeifer gerald at pfeifer.com
Tue May 4 17:24:24 CDT 2010


---
 dlls/winex11.drv/dib.c |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/dlls/winex11.drv/dib.c b/dlls/winex11.drv/dib.c
index 4b9c52b..ec97f2d 100644
--- a/dlls/winex11.drv/dib.c
+++ b/dlls/winex11.drv/dib.c
@@ -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:
-- 
1.6.6.2



More information about the wine-patches mailing list