Index: include/core/SkCanvas.h |
diff --git a/include/core/SkCanvas.h b/include/core/SkCanvas.h |
index 7bf84c978fed4aa0d549c4c29ab94b3f19084aa6..dc4289d36fd210e76eaeac4c0daca5b9ea57a7dd 100644 |
--- a/include/core/SkCanvas.h |
+++ b/include/core/SkCanvas.h |
@@ -536,14 +536,6 @@ public: |
} |
/** EXPERIMENTAL -- only used for testing |
- Set to false to force clips to be hard, even if doAntiAlias=true is |
- passed to clipRect or clipPath. |
- */ |
- void setAllowSoftClip(bool allow) { |
- fAllowSoftClip = allow; |
- } |
- |
- /** EXPERIMENTAL -- only used for testing |
Set to simplify clip stack using path ops. |
*/ |
void setAllowSimplifyClip(bool allow) { |