diff options
author | Derek Sollenberger <djsollen@google.com> | 2016-07-08 09:57:56 -0400 |
---|---|---|
committer | Derek Sollenberger <djsollen@google.com> | 2016-07-08 09:57:56 -0400 |
commit | 8556ab87bc32883f5f01bb701967d9296b6f9b9f (patch) | |
tree | 709abed1ef8aac24e7db39640e26cbe154dafad1 /libs/hwui/Layer.h | |
parent | d79f237d63cbf612ad6334c76cf29d88f81c7a8f (diff) |
Remove unused code from HWUI Layer
Change-Id: If9046add5ca5a647351187c5809841edcf0bfa9b
Diffstat (limited to 'libs/hwui/Layer.h')
-rw-r--r-- | libs/hwui/Layer.h | 6 |
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; |