diff options
Diffstat (limited to 'src/gpu/gl/GrGLProgram.h')
-rw-r--r-- | src/gpu/gl/GrGLProgram.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/gpu/gl/GrGLProgram.h b/src/gpu/gl/GrGLProgram.h index 026a8548a1..8edb500941 100644 --- a/src/gpu/gl/GrGLProgram.h +++ b/src/gpu/gl/GrGLProgram.h @@ -311,9 +311,6 @@ public: GrColor fCoverage; GrColor fColorFilterColor; GrMatrix fTextureMatrices[GrDrawState::kNumStages]; - // width and height used for normalized texel size - int fTextureWidth[GrDrawState::kNumStages]; - int fTextureHeight[GrDrawState::kNumStages]; GrRect fTextureDomain[GrDrawState::kNumStages]; // The texture domain and texture matrix sent to GL depend upon the // orientation. |