diff options
Diffstat (limited to 'libs/hwui/Vertex.h')
-rw-r--r-- | libs/hwui/Vertex.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/libs/hwui/Vertex.h b/libs/hwui/Vertex.h index ffd063384846..1f540864f17f 100644 --- a/libs/hwui/Vertex.h +++ b/libs/hwui/Vertex.h @@ -21,14 +21,6 @@ namespace android { namespace uirenderer { /** - * Simple structure to describe a vertex with a position. - * This is used to draw filled rectangles without a texture. - */ -struct SimpleVertex { - float position[2]; -}; // struct SimpleVertex - -/** * Simple structure to describe a vertex with a position and a texture. */ struct TextureVertex { |