Cleanup of window resizable flag setting.

This commit is contained in:
Camilla Berglund
2012-08-12 14:15:39 +02:00
parent 25c7ad1706
commit cb447bee81
4 changed files with 1 additions and 6 deletions
-1
View File
@@ -959,7 +959,6 @@ int _glfwPlatformCreateWindow(_GLFWwindow* window,
GLboolean recreateContext = GL_FALSE;
window->Win32.desiredRefreshRate = wndconfig->refreshRate;
window->resizable = wndconfig->resizable;
if (!_glfwLibrary.Win32.classAtom)
{