From Jan Ciger, removal of declaration of now undefined method.

This commit is contained in:
Robert Osfield 2009-11-20 09:03:02 +00:00
parent 22527f6fd3
commit a1c2cc7b1b

View File

@ -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<float, osg::ref_ptr<osg::Geometry> > SphereLibrary;