Updated NEWS.

Added AttrData.h to flt.dsp

Removed redundent (and duplicate definition of RenderBinPrototypeList and its
associated static) from the RenderBin header.
This commit is contained in:
Robert Osfield
2003-06-25 10:30:46 +00:00
parent aca924113f
commit 8839cfe8cd
3 changed files with 23 additions and 3 deletions

View File

@@ -133,9 +133,6 @@ class OSGUTIL_EXPORT RenderBin : public osg::Object
osg::ref_ptr<DrawCallback> _drawCallback;
typedef std::map< std::string, osg::ref_ptr<RenderBin> > RenderBinPrototypeList;
static RenderBinPrototypeList s_renderBinPrototypeList;
protected:
virtual ~RenderBin();