summaryrefslogtreecommitdiff
path: root/lib/elements/element.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/elements/element.py')
-rw-r--r--lib/elements/element.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/elements/element.py b/lib/elements/element.py
index 1ca78b04..4aaf7580 100644
--- a/lib/elements/element.py
+++ b/lib/elements/element.py
@@ -520,12 +520,6 @@ class EmbroideryElement(object):
return [self.strip_control_points(subpath) for subpath in path]
- def flatten_subpath(self, subpath):
- path = [deepcopy(subpath)]
- bezier.cspsubdiv(path, 0.1)
-
- return self.strip_control_points(path[0])
-
@property
@cache
def lock_stitches(self):