Removed duplicate fallback.

master
Camilla Berglund ago%!(EXTRA string=11 years)
parent 70c1aff94c
commit c1ed0b2d5b
  1. 7
      src/x11_monitor.c

@ -311,13 +311,6 @@ void _glfwPlatformGetMonitorPos(_GLFWmonitor* monitor, int* xpos, int* ypos)
XRRFreeCrtcInfo(ci);
XRRFreeScreenResources(sr);
}
else
{
if (xpos)
*xpos = 0;
if (ypos)
*ypos = 0;
}
}
GLFWvidmode* _glfwPlatformGetVideoModes(_GLFWmonitor* monitor, int* found)

Loading…
Cancel
Save