summaryrefslogtreecommitdiff
path: root/libs/hwui/Layer.h
diff options
context:
space:
mode:
authorDerek Sollenberger <djsollen@google.com>2016-07-08 09:57:56 -0400
committerDerek Sollenberger <djsollen@google.com>2016-07-08 09:57:56 -0400
commit8556ab87bc32883f5f01bb701967d9296b6f9b9f (patch)
tree709abed1ef8aac24e7db39640e26cbe154dafad1 /libs/hwui/Layer.h
parentd79f237d63cbf612ad6334c76cf29d88f81c7a8f (diff)
Remove unused code from HWUI Layer
Change-Id: If9046add5ca5a647351187c5809841edcf0bfa9b
Diffstat (limited to 'libs/hwui/Layer.h')
-rw-r--r--libs/hwui/Layer.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/libs/hwui/Layer.h b/libs/hwui/Layer.h
index 8ac11d173a16..153184149db6 100644
--- a/libs/hwui/Layer.h
+++ b/libs/hwui/Layer.h
@@ -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;