Module: wine Branch: master Commit: ab8deb275ed7fbf51206e166b1aafc25ad17fc61 URL: http://source.winehq.org/git/wine.git/?a=commit;h=ab8deb275ed7fbf51206e166b1...
Author: Stefan Dösinger stefan@codeweavers.com Date: Fri Dec 7 15:06:39 2007 +0100
winex11: Remove an unused variable.
---
dlls/winex11.drv/xvidmode.c | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/dlls/winex11.drv/xvidmode.c b/dlls/winex11.drv/xvidmode.c index 7951373..be05ac4 100644 --- a/dlls/winex11.drv/xvidmode.c +++ b/dlls/winex11.drv/xvidmode.c @@ -143,8 +143,6 @@ void X11DRV_XF86VM_Init(void) Bool ok; int nmodes; unsigned int i; - DWORD dwBpp = screen_depth; - if (dwBpp == 24) dwBpp = 32;
if (xf86vm_major) return; /* already initialized? */