summaryrefslogtreecommitdiffstats
path: root/text.py
diff options
context:
space:
mode:
Diffstat (limited to 'text.py')
-rw-r--r--text.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/text.py b/text.py
index 53c9737fa..58149e0d6 100644
--- a/text.py
+++ b/text.py
@@ -441,10 +441,6 @@ class InstallInterface:
id.fsset.registerProgressWindow(self.progressWindow)
id.fsset.registerWaitWindow(self.waitWindow)
- # Don't set if kickstart already set up a supported lang list.
- if not id.instLanguage.getSupported():
- id.instLanguage.setSupported([id.instLanguage.getDefault()])
-
parted.exception_set_handler(self.partedExceptionWindow)
lastrc = INSTALL_OK