X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fgraphics%2Fwgl%2Fglcontext.cpp;h=b6b2c5f91a68dc1d9260aec31ef3dc38d7c1beb2;hb=2deed84c84e513ee1c2a2fbbcd3946c1d772fcbb;hp=05f9533de839322057b6b896eb8bc0cfabd3636d;hpb=7cd7824857aa9b95a9df40e782bfc121854e1d9c;p=libs%2Fgui.git diff --git a/source/graphics/wgl/glcontext.cpp b/source/graphics/wgl/glcontext.cpp index 05f9533..b6b2c5f 100644 --- a/source/graphics/wgl/glcontext.cpp +++ b/source/graphics/wgl/glcontext.cpp @@ -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