Removed superfluous test.

master
Camilla Berglund ago%!(EXTRA string=14 years)
parent 72ef537425
commit 30c43d60a5
  1. 3
      src/window.c

@ -154,9 +154,6 @@ void _glfwInputWindowFocus(_GLFWwindow* window, GLboolean activated)
void _glfwInputWindowPos(_GLFWwindow* window, int x, int y)
{
if (window->positionX == x && window->positionY == y)
return;
window->positionX = x;
window->positionY = y;
}

Loading…
Cancel
Save