summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-11-17 10:39:17 +0100
committerStephan Bergmann <sbergman@redhat.com>2014-11-17 10:39:17 +0100
commita5a307a6147c1dee5cf1ceda3ae823abc48f6366 (patch)
tree6b8dbc5e32e8bd8b957a6e8f3c59312ed0c6be32
parent82425621ed5a215d6ee1b010d5431692b051e19b (diff)
warning C4702: unreachable code
Change-Id: Ia0c8a1dff329bedc4084c104659f7777e15183ae
-rw-r--r--vcl/source/opengl/OpenGLContext.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/vcl/source/opengl/OpenGLContext.cxx b/vcl/source/opengl/OpenGLContext.cxx
index 98eb068ddd7b..4cde114bea53 100644
--- a/vcl/source/opengl/OpenGLContext.cxx
+++ b/vcl/source/opengl/OpenGLContext.cxx
@@ -200,8 +200,6 @@ bool WGLisExtensionSupported(const char *extension)
if ((p==supported || p[-1]==' ') && (p[extlen]=='\0' || p[extlen]==' '))
return 1; // Match
}
-
- CHECK_GL_ERROR();
}
bool InitMultisample(PIXELFORMATDESCRIPTOR pfd, int& rPixelFormat,