winex11: Remove an unused variable.
This commit is contained in:
parent
f78ae8d125
commit
ab8deb275e
|
@ -143,8 +143,6 @@ void X11DRV_XF86VM_Init(void)
|
||||||
Bool ok;
|
Bool ok;
|
||||||
int nmodes;
|
int nmodes;
|
||||||
unsigned int i;
|
unsigned int i;
|
||||||
DWORD dwBpp = screen_depth;
|
|
||||||
if (dwBpp == 24) dwBpp = 32;
|
|
||||||
|
|
||||||
if (xf86vm_major) return; /* already initialized? */
|
if (xf86vm_major) return; /* already initialized? */
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue