From 6c15ffa196fc9b7724c189d833c3435d8db12266 Mon Sep 17 00:00:00 2001 From: Chris Craik Date: Mon, 2 Feb 2015 13:50:55 -0800 Subject: Refactoring of Program ownership/lifecycle, and WIP Glop rendering path Change-Id: I2549032790bddbc048b0bccc224ed8f386b4517c --- libs/hwui/Program.h | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'libs/hwui/Program.h') diff --git a/libs/hwui/Program.h b/libs/hwui/Program.h index d05b331909e2..b63745002158 100644 --- a/libs/hwui/Program.h +++ b/libs/hwui/Program.h @@ -366,12 +366,7 @@ public: void setColor(const float r, const float g, const float b, const float a); /** - * Name of the position attribute. - */ - int position; - - /** - * Name of the texCoords attribute if it exists, -1 otherwise. + * Name of the texCoords attribute if it exists (kBindingTexCoords), -1 otherwise. */ int texCoords; -- cgit v1.2.3-59-g8ed1b