aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/GrDrawState.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gpu/GrDrawState.h')
-rw-r--r--src/gpu/GrDrawState.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/gpu/GrDrawState.h b/src/gpu/GrDrawState.h
index 24f987d0ce..36e2b3a2fb 100644
--- a/src/gpu/GrDrawState.h
+++ b/src/gpu/GrDrawState.h
@@ -303,12 +303,6 @@ public:
return false;
}
- /**
- * Sets the view matrix to identity and updates any installed effects to compensate for the
- * coord system change.
- */
- bool setIdentityViewMatrix();
-
////////////////////////////////////////////////////////////////////////////
/**