Index: /OpenSceneGraph/branches/OpenSceneGraph-2.8/src/osg/PolygonOffset.cpp
===================================================================
--- /OpenSceneGraph/branches/OpenSceneGraph-2.8/src/osg/PolygonOffset.cpp (revision 7648)
+++ /OpenSceneGraph/branches/OpenSceneGraph-2.8/src/osg/PolygonOffset.cpp (revision 10085)
@@ -56,4 +56,5 @@
     // osg::notify(osg::NOTICE)<<"PolygonOffset::setFactorAndUnitMultipliersUsingBestGuessForDriver()"<<std::endl;
 
+#if 0
     const GLubyte* renderer = glGetString(GL_RENDERER);
     if (renderer)
@@ -68,4 +69,5 @@
         }
     }
+#endif
 }
 
