Skip to content
Snippets Groups Projects
Commit f256e147 authored by Michael Stefaniuc's avatar Michael Stefaniuc Committed by Alexandre Julliard
Browse files

winex11.drv: Remove an unused assignment (PVS-Studio).

parent d360a51f
No related branches found
No related tags found
No related merge requests found
......@@ -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",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment