summaryrefslogtreecommitdiffstats
path: root/instdata.py
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2008-03-27 14:01:35 -0400
committerBill Nottingham <notting@redhat.com>2008-03-27 14:01:35 -0400
commit553ec4d717c73c43c24071fad93366ab7abe62a2 (patch)
treedc11876ba8248b4107e003f6efbac36636853466 /instdata.py
parent90537c129adcfd269117a8553b8272283095d2d1 (diff)
downloadanaconda-553ec4d717c73c43c24071fad93366ab7abe62a2.tar.gz
anaconda-553ec4d717c73c43c24071fad93366ab7abe62a2.tar.xz
anaconda-553ec4d717c73c43c24071fad93366ab7abe62a2.zip
more mouse-related removals
Diffstat (limited to 'instdata.py')
-rw-r--r--instdata.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/instdata.py b/instdata.py
index 32c5124bd..d66757f59 100644
--- a/instdata.py
+++ b/instdata.py
@@ -58,7 +58,6 @@ class InstallData:
def reset(self):
# Reset everything except:
#
- # - The mouse
# - The install language
# - The keyboard
@@ -117,10 +116,6 @@ class InstallData:
def setKeyboard(self, keyboard):
self.keyboard = keyboard
- # expects a Mouse object
- def setMouse(self, mouse):
- self.mouse = mouse
-
# expects a VideoCardInfo object
def setVideoCard(self, video):
self.videocard = video
@@ -301,7 +296,6 @@ class InstallData:
self.backend = backend
self.anaconda = anaconda
- self.mouse = None
self.monitor = None
self.videocard = None
self.xsetup = None