diff options
| -rw-r--r-- | lib/elements/element.py | 3 |
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): |
