summaryrefslogtreecommitdiff
path: root/vcl/source/opengl/OpenGLContext.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/source/opengl/OpenGLContext.cxx')
-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 1812a08c2713..32d2c28a2cd7 100644
--- a/vcl/source/opengl/OpenGLContext.cxx
+++ b/vcl/source/opengl/OpenGLContext.cxx
@@ -991,8 +991,6 @@ bool OpenGLContext::InitGLEW()
#ifdef DBG_UTIL
// only enable debug output in dbgutil build
- // somehow there are implementations where the feature is present and the function
- // pointer is still NULL
if( GLEW_ARB_debug_output)
{
if (glDebugMessageCallbackARB)