Commit ab8deb27 authored by Stefan Dösinger's avatar Stefan Dösinger Committed by Alexandre Julliard

winex11: Remove an unused variable.

parent f78ae8d1
......@@ -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? */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment