Removed broken RandR event selection.
diff --git a/src/x11_window.c b/src/x11_window.c
index 81ac7bc..e328f3b 100644
--- a/src/x11_window.c
+++ b/src/x11_window.c
@@ -858,16 +858,6 @@
     if (!createWindow(window, wndconfig))
         return GL_FALSE;
 
-#if defined(_GLFW_HAS_XRANDR)
-    // Request screen change notifications
-    if (_glfw.x11.randr.available)
-    {
-        XRRSelectInput(_glfw.x11.display,
-                       window->x11.handle,
-                       RRScreenChangeNotifyMask);
-    }
-#endif /*_GLFW_HAS_XRANDR*/
-
     if (wndconfig->monitor)
     {
         _glfwPlatformShowWindow(window);