From 81249724e397dd3baed609b71b176cce9dccb033 Mon Sep 17 00:00:00 2001 From: Camilla Berglund Date: Mon, 15 Jun 2015 14:36:32 +0200 Subject: [PATCH] Removed retrieval of unused values. --- src/x11_window.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/x11_window.c b/src/x11_window.c index 47e9712e..e32cca0a 100644 --- a/src/x11_window.c +++ b/src/x11_window.c @@ -782,10 +782,6 @@ static void enterFullscreenMode(_GLFWwindow* window) if (_glfw.x11.NET_WM_STATE && _glfw.x11.NET_WM_STATE_FULLSCREEN) { - int x, y; - _glfwPlatformGetMonitorPos(window->monitor, &x, &y); - _glfwPlatformSetWindowPos(window, x, y); - if (_glfw.x11.NET_ACTIVE_WINDOW) { // Ask the window manager to raise and focus the GLFW window