Remove unused code from HWUI Layer

Change-Id: If9046add5ca5a647351187c5809841edcf0bfa9b
This commit is contained in:
Derek Sollenberger
2016-07-08 09:57:56 -04:00
parent d79f237d63
commit 8556ab87bc
2 changed files with 0 additions and 8 deletions

View File

@@ -54,8 +54,6 @@ Layer::~Layer() {
if (texture.mId) {
texture.deleteTexture();
}
delete[] mesh;
}
void Layer::onGlContextLost() {

View File

@@ -188,12 +188,6 @@ public:
*/
Rect clipRect;
/**
* If the layer can be rendered as a mesh, this is non-null.
*/
TextureVertex* mesh = nullptr;
GLsizei meshElementCount = 0;
private:
Caches& caches;