summaryrefslogtreecommitdiffstats
path: root/installclass.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 /installclass.py
parent90537c129adcfd269117a8553b8272283095d2d1 (diff)
downloadanaconda-553ec4d717c73c43c24071fad93366ab7abe62a2.tar.gz
anaconda-553ec4d717c73c43c24071fad93366ab7abe62a2.tar.xz
anaconda-553ec4d717c73c43c24071fad93366ab7abe62a2.zip
more mouse-related removals
Diffstat (limited to 'installclass.py')
-rw-r--r--installclass.py10
1 files changed, 0 insertions, 10 deletions
diff --git a/installclass.py b/installclass.py
index 3c4af1114..6dbf8d535 100644
--- a/installclass.py
+++ b/installclass.py
@@ -414,15 +414,6 @@ class BaseInstallClass(object):
rl = 3
self.setMiscXSettings(id, depth, resolution, runlevel = rl)
- def setMouse(self, id, mouseType, device = None, emulThree = -1):
- import rhpxl.mouse as mouse
-
- # blindly trust what we're told
- mouse = mouse.Mouse(skipProbe = 1)
- mouseName = mouse.mouseToMouse()[mouseType]
- mouse.set(mouseName, emulThree, device)
- id.setMouse(mouse)
-
def getBackend(self, methodstr):
# this should be overriden in distro install classes
from backend import AnacondaBackend
@@ -463,7 +454,6 @@ class BaseInstallClass(object):
#id.setAuthentication()
#id.setHostname()
#id.setDesktop()
- #id.setMouse()
# These are callbacks used to let classes configure packages
#id.setPackageSelection()