summaryrefslogtreecommitdiff
path: root/lib/elements
diff options
context:
space:
mode:
authorLex Neva <github.com@lexneva.name>2022-07-21 23:15:19 -0400
committerLex Neva <github.com@lexneva.name>2023-02-18 22:34:16 -0500
commit44af368c795c2c469eb09fee884675db17b7d6d6 (patch)
tree4a8c86a45818060479ec5375ba6a903b9c4195e0 /lib/elements
parent0e225277dbb57bdaf850a0c67b4fc988051af800 (diff)
remove unused and broken has_style() method
Diffstat (limited to 'lib/elements')
-rw-r--r--lib/elements/element.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/elements/element.py b/lib/elements/element.py
index f285258b..f978ce5a 100644
--- a/lib/elements/element.py
+++ b/lib/elements/element.py
@@ -190,9 +190,6 @@ class EmbroideryElement(object):
style = None
return style
- def has_style(self, style_name):
- return self._get_style_raw(style_name) is not None
-
@property
@cache
def stroke_scale(self):