summaryrefslogtreecommitdiffstats
path: root/instdata.py
diff options
context:
space:
mode:
authorbfox <bfox>2004-02-23 22:40:43 +0000
committerbfox <bfox>2004-02-23 22:40:43 +0000
commit63c6e21c26b06efd419a39f5c3aba324ad6e3007 (patch)
treef1338a2bc5dbb0c6bd7b21246d3e5402815b2b86 /instdata.py
parent770df72410cd936f01ff1c303954cbc9b21758cc (diff)
downloadanaconda-63c6e21c26b06efd419a39f5c3aba324ad6e3007.tar.gz
anaconda-63c6e21c26b06efd419a39f5c3aba324ad6e3007.tar.xz
anaconda-63c6e21c26b06efd419a39f5c3aba324ad6e3007.zip
remove the mouse configuration screen
Diffstat (limited to 'instdata.py')
-rw-r--r--instdata.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/instdata.py b/instdata.py
index 2746ecb74..272d9770f 100644
--- a/instdata.py
+++ b/instdata.py
@@ -112,7 +112,6 @@ class InstallData:
self.langSupport.write (instPath)
if not self.isHeadless:
- self.mouse.write(instPath)
self.keyboard.write (instPath)
self.timezone.write (instPath)
@@ -168,7 +167,6 @@ class InstallData:
self.langSupport.writeKS(f)
if not self.isHeadless:
self.keyboard.writeKS(f)
- self.mouse.writeKS(f)
self.xsetup.writeKS(f, self.desktop)
self.network.writeKS(f)
self.rootPassword.writeKS(f, self.auth)