Removed GLBeginEndAdapter as it is no longer needed

This commit is contained in:
Robert Osfield
2016-09-02 17:15:14 +01:00
parent 0f3e61146d
commit e11e45a2e3
5 changed files with 0 additions and 492 deletions

View File

@@ -125,7 +125,6 @@ State::State():
_maxTexturePoolSize = 0;
_maxBufferObjectPoolSize = 0;
_glBeginEndAdapter.setState(this);
_arrayDispatchers.setState(this);
_graphicsCostEstimator = new GraphicsCostEstimator;