]> git.tdb.fi Git - libs/gui.git/blobdiff - source/graphics/wgl/glcontext.cpp
Remove glViewport calls from GLContext
[libs/gui.git] / source / graphics / wgl / glcontext.cpp
index 05f9533de839322057b6b896eb8bc0cfabd3636d..b6b2c5f91a68dc1d9260aec31ef3dc38d7c1beb2 100644 (file)
@@ -61,9 +61,7 @@ void GLContext::swap_buffers()
 }
 
 void GLContext::window_resized(unsigned w, unsigned h)
-{
-       glViewport(0, 0, w, h);
-}
+{ }
 
 } // namespace Graphics
 } // namespace Msp