summaryrefslogtreecommitdiffstats
path: root/pyanaconda/text.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyanaconda/text.py')
-rw-r--r--pyanaconda/text.py8
1 files changed, 0 insertions, 8 deletions
diff --git a/pyanaconda/text.py b/pyanaconda/text.py
index f3c9c77fe..58dde913c 100644
--- a/pyanaconda/text.py
+++ b/pyanaconda/text.py
@@ -484,14 +484,6 @@ class InstallInterface(InstallInterfaceBase):
def run(self, anaconda):
self.anaconda = anaconda
- instLang = anaconda.instLanguage
-
- if not instLang.textSupported(instLang.instLang) and not anaconda.ksdata:
- ButtonChoiceWindow(self.screen, "Language Unavailable",
- "%s display is unavailable in text mode. "
- "The installation will continue in "
- "English." % (instLang.instLang,),
- buttons=[TEXT_OK_BUTTON])
if not self.isRealConsole():
self.screen.suspendCallback(spawnShell, self.screen)