aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/core/SkPath.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/core/SkPath.h')
-rw-r--r--include/core/SkPath.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/core/SkPath.h b/include/core/SkPath.h
index 7120d3fa95..35bdb2451f 100644
--- a/include/core/SkPath.h
+++ b/include/core/SkPath.h
@@ -639,12 +639,6 @@ public:
void flatten(SkWriter32&) const;
void unflatten(SkReader32&);
- /** Subdivide the path so that no segment is longer that dist.
- If bendLines is true, then turn all line segments into curves.
- If dst == null, then the original path itself is modified (not const!)
- */
- void subdivide(SkScalar dist, bool bendLines, SkPath* dst = NULL) const;
-
#ifdef ANDROID
uint32_t getGenerationID() const;
#endif