summaryrefslogtreecommitdiff
path: root/lib/extensions/lettering.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/extensions/lettering.py')
-rw-r--r--lib/extensions/lettering.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/extensions/lettering.py b/lib/extensions/lettering.py
index c0072644..fec48100 100644
--- a/lib/extensions/lettering.py
+++ b/lib/extensions/lettering.py
@@ -100,12 +100,6 @@ class LetteringFrame(wx.Frame):
self.load_settings()
self.apply_settings()
- def InitLocale(self):
- # This is necessary because of https://github.com/inkstitch/inkstitch/issues/1186
- if sys.platform.startswith('win'):
- import locale
- locale.setlocale(locale.LC_ALL, "C")
-
def load_settings(self):
"""Load the settings saved into the SVG group element"""