Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 03e778b9 authored by Android (Google) Code Review's avatar Android (Google) Code Review
Browse files

Merge change Ic4918c30 into eclair

* changes:
  Fix a build break.  Too many branches to keep track of.
parents d4649b2f c4918c30
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -99,8 +99,6 @@ SimpleMeshContext::SimpleMeshContext()

SimpleMeshContext::~SimpleMeshContext()
{
    delete[] mVertexTypes;
    delete[] mVertexBuffers;
}


+0 −1
Original line number Diff line number Diff line
@@ -57,7 +57,6 @@ TypeState::TypeState()

TypeState::~TypeState()
{
    delete[] mLODs;
}

size_t Type::getOffsetForFace(uint32_t face) const