diff --git a/src/features_window.py b/src/features_window.py index f06c82a82c45ad6f28aef8c46b0360a118274149..79ffd67451010c47f8e1edcc2e178f750ae1fe5a 100644 --- a/src/features_window.py +++ b/src/features_window.py @@ -217,8 +217,6 @@ class FeaturesWindow: return helpers.is_in_path('nslookup') def speller_available(self): - if os.name == 'nt': - return False try: __import__('gtkspell') except ImportError: