winex11: Remove an unused variable.

This commit is contained in:
Stefan Dösinger 2007-12-07 15:06:39 +01:00 committed by Alexandre Julliard
parent f78ae8d125
commit ab8deb275e
1 changed files with 0 additions and 2 deletions

View File

@ -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? */