Removed no longer used static member variables

This commit is contained in:
Robert Osfield
2010-12-15 16:30:48 +00:00
parent 0e7cedab3a
commit 8b8dda86af

View File

@@ -308,10 +308,6 @@ class OSG_EXPORT Texture : public osg::StateAttribute
{
public :
static unsigned int s_numberTextureReusedLastInLastFrame;
static unsigned int s_numberNewTextureInLastFrame;
static unsigned int s_numberDeletedTextureInLastFrame;
Texture();