Removed no longer used member variables
This commit is contained in:
parent
65884f296b
commit
f842750342
@ -1196,8 +1196,6 @@ class OSG_EXPORT State : public Referenced
|
||||
|
||||
unsigned int _currentActiveTextureUnit;
|
||||
unsigned int _currentClientActiveTextureUnit;
|
||||
GLBufferObject* _currentVBO;
|
||||
GLBufferObject* _currentEBO;
|
||||
GLBufferObject* _currentPBO;
|
||||
|
||||
|
||||
|
@ -88,8 +88,6 @@ State::State():
|
||||
_currentActiveTextureUnit=0;
|
||||
_currentClientActiveTextureUnit=0;
|
||||
|
||||
_currentVBO = 0;
|
||||
_currentEBO = 0;
|
||||
_currentPBO = 0;
|
||||
|
||||
_isSecondaryColorSupported = false;
|
||||
|
Loading…
Reference in New Issue
Block a user