summaryrefslogtreecommitdiff
path: root/vcl/opengl/gdiimpl.cxx
diff options
context:
space:
mode:
authorJan Holesovsky <kendy@collabora.com>2014-11-14 21:41:15 +0100
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2014-11-15 14:44:07 +0100
commit90742105a5d95d175a89b5a253584fa1676ab02a (patch)
tree06ad53b9bb9e2a13579c828365f2dc5f16ccfc4b /vcl/opengl/gdiimpl.cxx
parentbad9b2d464cb350fd59e2808dc4e7415cc6658ea (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.cxx2
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: */