diff options
| author | 2015-07-30 17:38:35 +0000 | |
|---|---|---|
| committer | 2015-07-30 17:38:35 +0000 | |
| commit | cef25e5319e4f76682dd63a3c01bfacb19aeeb51 (patch) | |
| tree | 9504d6b0708f8e3c06158ef597efded8dc93bfaf /libs/hwui/Vertex.h | |
| parent | ba36e0c2d1f6377671b493a5ae121140c002ce0f (diff) | |
| parent | 272a685f17cc4828257e521a6f62b7b17870f75e (diff) | |
Merge "Replace most usages of utils/Vector.h"
Diffstat (limited to 'libs/hwui/Vertex.h')
| -rw-r--r-- | libs/hwui/Vertex.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libs/hwui/Vertex.h b/libs/hwui/Vertex.h index 11d0c4bef84f..c1bf980658b2 100644 --- a/libs/hwui/Vertex.h +++ b/libs/hwui/Vertex.h @@ -37,7 +37,6 @@ struct Vertex { */ static float GeometryFudgeFactor() { return 0.0656f; } - float x, y; static inline void set(Vertex* vertex, float x, float y) { |