am 38f95586: am 03e778b9: Merge change Ic4918c30 into eclair

Merge commit '38f95586a6540756d5de383145b49a8625d49d23' into eclair-mr2-plus-aosp

* commit '38f95586a6540756d5de383145b49a8625d49d23':
  Fix a build break.  Too many branches to keep track of.
This commit is contained in:
Jason Sams
2009-11-02 15:16:37 -08:00
committed by Android Git Automerger
2 changed files with 0 additions and 3 deletions

View File

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

View File

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