summaryrefslogtreecommitdiff
path: root/vcl/opengl/texture.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/texture.cxx
parentbad9b2d464cb350fd59e2808dc4e7415cc6658ea (diff)
opengl: Another places where it is too eager to check for errors.
Change-Id: Ib6ca3d653f3fd1155bce418226146934e765928d
Diffstat (limited to 'vcl/opengl/texture.cxx')
-rw-r--r--vcl/opengl/texture.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/vcl/opengl/texture.cxx b/vcl/opengl/texture.cxx
index 5c2f3c12254a..938de5428374 100644
--- a/vcl/opengl/texture.cxx
+++ b/vcl/opengl/texture.cxx
@@ -92,8 +92,6 @@ ImplOpenGLTexture::~ImplOpenGLTexture()
SAL_INFO( "vcl.opengl", "~OpenGLTexture " << mnTexture );
if( mnTexture != 0 )
glDeleteTextures( 1, &mnTexture );
-
- CHECK_GL_ERROR();
}
OpenGLTexture::OpenGLTexture() :