]> git.mxchange.org Git - simgear.git/blobdiff - simgear/scene/model/ModelRegistry.hxx
Add writeLocalData functions for internal scenegraph classes
[simgear.git] / simgear / scene / model / ModelRegistry.hxx
index 998d2f2fca5ea17fe0476cfe3d0c43f344e1b2fe..909c9460247184d6b481d2ab86dbd06b25ee7cfe 100644 (file)
@@ -77,7 +77,7 @@ public:
         using namespace osg;
         using namespace osgDB;
         using osgDB::ReaderWriter;
-        Registry* registry = Registry::instance();
+//        Registry* registry = Registry::instance();
         ref_ptr<osg::Node> optimizedNode = _cachePolicy.find(fileName, opt);
         if (!optimizedNode.valid()) {
             std::string otherFileName = _substitutePolicy.substitute(fileName,