Index: src/gpu/GrDrawState.h |
diff --git a/src/gpu/GrDrawState.h b/src/gpu/GrDrawState.h |
index 24f987d0ce535147e166526d95d355d9af681545..36e2b3a2fb1f3fc3b86eb684542375b2cc5f1c1b 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(); |
- |
//////////////////////////////////////////////////////////////////////////// |
/** |