Stefan Dösinger : winex11: Remove an unused variable.

Alexandre Julliard julliard at winehq.org
Wed Dec 12 09:29:15 CST 2007


Module: wine
Branch: master
Commit: ab8deb275ed7fbf51206e166b1aafc25ad17fc61
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=ab8deb275ed7fbf51206e166b1aafc25ad17fc61

Author: Stefan Dösinger <stefan at 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? */
 




More information about the wine-cvs mailing list