winex11.drv: Remove an unused assignment (PVS-Studio).
This commit is contained in:
parent
d360a51f3c
commit
f256e1476c
|
@ -163,7 +163,7 @@ static LONG xrandr10_set_current_mode( int mode )
|
|||
|
||||
root = DefaultRootWindow( gdi_display );
|
||||
sc = pXRRGetScreenInfo (gdi_display, root);
|
||||
size = pXRRConfigCurrentConfiguration (sc, &rot);
|
||||
pXRRConfigCurrentConfiguration (sc, &rot);
|
||||
mode = mode % xrandr_mode_count;
|
||||
|
||||
TRACE("Changing Resolution to %dx%d @%d Hz\n",
|
||||
|
|
Loading…
Reference in New Issue