Merge change Ic4918c30 into eclair

* changes:
  Fix a build break.  Too many branches to keep track of.
This commit is contained in:
Android (Google) Code Review
2009-11-02 18:05:55 -05:00
2 changed files with 0 additions and 3 deletions

View File

@@ -99,8 +99,6 @@ SimpleMeshContext::SimpleMeshContext()
SimpleMeshContext::~SimpleMeshContext() SimpleMeshContext::~SimpleMeshContext()
{ {
delete[] mVertexTypes;
delete[] mVertexBuffers;
} }

View File

@@ -57,7 +57,6 @@ TypeState::TypeState()
TypeState::~TypeState() TypeState::~TypeState()
{ {
delete[] mLODs;
} }
size_t Type::getOffsetForFace(uint32_t face) const size_t Type::getOffsetForFace(uint32_t face) const