summaryrefslogtreecommitdiffstats
path: root/dispatch.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 /dispatch.py
parent770df72410cd936f01ff1c303954cbc9b21758cc (diff)
downloadanaconda-63c6e21c26b06efd419a39f5c3aba324ad6e3007.tar.gz
anaconda-63c6e21c26b06efd419a39f5c3aba324ad6e3007.tar.xz
anaconda-63c6e21c26b06efd419a39f5c3aba324ad6e3007.zip
remove the mouse configuration screen
Diffstat (limited to 'dispatch.py')
-rw-r--r--dispatch.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/dispatch.py b/dispatch.py
index 01b8ea4e9..8383e137e 100644
--- a/dispatch.py
+++ b/dispatch.py
@@ -58,7 +58,6 @@ installSteps = [
("betanag", betaNagScreen, ("intf", "dir")),
("language", ("intf", "id.instLanguage")),
("keyboard", ("id.instLanguage.getDefaultKeyboard()", "id.keyboard")),
- ("mouse", ("id.mouse",)),
("checkmonitorok", checkMonitorOK, ("id.monitor", "dispatch")),
("monitor", ("id.xsetup", "id.monitor", "intf")),
("setsanex", setSaneXSettings, ("id.xsetup",)),