diff options
author | Jan Holesovsky <kendy@collabora.com> | 2014-11-14 21:41:15 +0100 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2014-11-15 14:44:07 +0100 |
commit | 90742105a5d95d175a89b5a253584fa1676ab02a (patch) | |
tree | 06ad53b9bb9e2a13579c828365f2dc5f16ccfc4b /vcl/opengl/gdiimpl.cxx | |
parent | bad9b2d464cb350fd59e2808dc4e7415cc6658ea (diff) |
opengl: Another places where it is too eager to check for errors.
Change-Id: Ib6ca3d653f3fd1155bce418226146934e765928d
Diffstat (limited to 'vcl/opengl/gdiimpl.cxx')
-rw-r--r-- | vcl/opengl/gdiimpl.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/vcl/opengl/gdiimpl.cxx b/vcl/opengl/gdiimpl.cxx index dab78f39ceaf..e630bf9f6c08 100644 --- a/vcl/opengl/gdiimpl.cxx +++ b/vcl/opengl/gdiimpl.cxx @@ -1505,8 +1505,6 @@ void OpenGLSalGraphicsImpl::endPaint() maContext.makeCurrent(); glFlush(); } - - CHECK_GL_ERROR(); } /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |