Index: src/gpu/GrDrawState.h |
diff --git a/src/gpu/GrDrawState.h b/src/gpu/GrDrawState.h |
index 1f469d537efd7f4d27fcd327a10ba396188ce8dc..b552e77e05dfc5194e7848dab16a3f23ec557eaa 100644 |
--- a/src/gpu/GrDrawState.h |
+++ b/src/gpu/GrDrawState.h |
@@ -48,11 +48,6 @@ public: |
*this = state; |
} |
- /** |
- * Copies another draw state with a preconcat to the view matrix. |
- **/ |
- GrDrawState(const GrDrawState& state, const SkMatrix& preConcatMatrix); |
- |
virtual ~GrDrawState(); |
/** |