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
@@ -889,7 +889,6 @@ int _glfwPlatformCreateWindow(_GLFWwindow* window,
const _GLFWfbconfig* fbconfig)
{
window->refreshRate = wndconfig->refreshRate;
window->resizable = wndconfig->resizable;
if (!_glfwCreateContext(window, wndconfig, fbconfig))
return GL_FALSE;