From 594e971f6d458e7da4909fdb70353bb6ff5ad0f5 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Tue, 2 Oct 2018 12:21:31 +0100 Subject: [PATCH] Removed unused static variables --- src/osg/GLExtensions.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/osg/GLExtensions.cpp b/src/osg/GLExtensions.cpp index 02cbe4169..b93308b0d 100644 --- a/src/osg/GLExtensions.cpp +++ b/src/osg/GLExtensions.cpp @@ -63,10 +63,6 @@ static osg::buffered_object s_glExtensionSetList; static osg::buffered_object s_glRendererList; static osg::buffered_value s_glInitializedList; -static osg::buffered_object s_gluExtensionSetList; -static osg::buffered_object s_gluRendererList; -static osg::buffered_value s_gluInitializedList; - static ApplicationUsageProxy GLEXtension_e0(ApplicationUsage::ENVIRONMENTAL_VARIABLE, "OSG_GL_EXTENSION_DISABLE ", "Use space deliminarted list of GL extensions to disable associated GL extensions"); static ApplicationUsageProxy GLEXtension_e1(ApplicationUsage::ENVIRONMENTAL_VARIABLE, "OSG_MAX_TEXTURE_SIZE ", "Clamp the maximum GL texture size to specified value.");