aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/gl/GrGLProgram.h
diff options
context:
space:
mode:
authorGravatar egdaniel <egdaniel@google.com>2015-10-19 07:23:02 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2015-10-19 07:23:02 -0700
commitcdf79dbf2f18aca733a1d33f8c5f32a8e85c142c (patch)
treeee2a145b739f03683f172a181407190f4e72109c /src/gpu/gl/GrGLProgram.h
parent9c4909b50ff9d0fdf9bce2a67cd459aeb28cdc3c (diff)
Remove unused member variables in GrGLProgram
Diffstat (limited to 'src/gpu/gl/GrGLProgram.h')
-rw-r--r--src/gpu/gl/GrGLProgram.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/gpu/gl/GrGLProgram.h b/src/gpu/gl/GrGLProgram.h
index 9381a6c204..9c5ab73ca4 100644
--- a/src/gpu/gl/GrGLProgram.h
+++ b/src/gpu/gl/GrGLProgram.h
@@ -125,9 +125,6 @@ protected:
// these reflect the current values of uniforms (GL uniform values travel with program)
RenderTargetState fRenderTargetState;
- GrColor fColor;
- uint8_t fCoverage;
- int fDstTextureUnit;
BuiltinUniformHandles fBuiltinUniformHandles;
GrGLuint fProgramID;