From Jan Ciger, removal of declaration of now undefined method.
This commit is contained in:
parent
22527f6fd3
commit
a1c2cc7b1b
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user