From a1c2cc7b1b134e6cedc181093190e973fca8b638 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Fri, 20 Nov 2009 09:03:02 +0000 Subject: [PATCH] From Jan Ciger, removal of declaration of now undefined method. --- src/osgPlugins/vrml/ReaderWriterVRML2.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/osgPlugins/vrml/ReaderWriterVRML2.h b/src/osgPlugins/vrml/ReaderWriterVRML2.h index ad210ab57..2c22d622b 100644 --- a/src/osgPlugins/vrml/ReaderWriterVRML2.h +++ b/src/osgPlugins/vrml/ReaderWriterVRML2.h @@ -73,7 +73,7 @@ public: virtual ReadResult readNode(const std::string&, const osgDB::Options *options) const; - virtual ReadResult readNode(std::istream& fin, const osgDB::Options* options) const; + // virtual ReadResult readNode(std::istream& fin, const osgDB::Options* options) const; private: typedef std::map > SphereLibrary;