X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/89c876de1cdd247f061e6b0558b99dca15076dc5..ad3fca675f77c2903cafd096bbda8baa2e7689ff:/wxPython/src/gtk/_gdi.py diff --git a/wxPython/src/gtk/_gdi.py b/wxPython/src/gtk/_gdi.py index 3389d24ae4..1ec7f972d4 100644 --- a/wxPython/src/gtk/_gdi.py +++ b/wxPython/src/gtk/_gdi.py @@ -2306,15 +2306,6 @@ def EncodingConverter_CanConvert(*args, **kwargs): return _gdi_.EncodingConverter_CanConvert(*args, **kwargs) #---------------------------------------------------------------------------- -## # wxGTK sets the locale when initialized. Doing this at the Python -## # level should set it up to match what GTK is doing at the C level. -## if wx.Platform == "__WXGTK__": -## try: -## import locale -## locale.setlocale(locale.LC_ALL, "") -## except: -## pass - # On MSW add the directory where the wxWidgets catalogs were installed # to the default catalog path. if wx.Platform == "__WXMSW__":