From 1eedae844e98b764120ff3c5803cca5491b183e5 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Fri, 9 Nov 2018 11:25:16 +0000 Subject: [PATCH] Removed 12 year old workaround that is no longer required and was causing a misleading info message "OpenGL extension '' is not supported." to be reported. --- src/osgUtil/SceneView.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/osgUtil/SceneView.cpp b/src/osgUtil/SceneView.cpp index d6763eafc..526ea790d 100644 --- a/src/osgUtil/SceneView.cpp +++ b/src/osgUtil/SceneView.cpp @@ -313,10 +313,6 @@ void SceneView::init() { _initCalled = true; - // force the initialization of the OpenGL extension string - // to try and work around a Windows NVidia driver bug circa Oct 2006. - osg::isGLExtensionSupported(_renderInfo.getState()->getContextID(),""); - if (_camera.valid() && _initVisitor.valid()) { _initVisitor->reset();