summaryrefslogtreecommitdiffstats
path: root/installclass.py
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2007-01-19 18:45:02 +0000
committerChris Lumens <clumens@redhat.com>2007-01-19 18:45:02 +0000
commit80412e393ede1b23fb5d5582b22be1ab81724acc (patch)
tree7bdbdaebf1474dc24bf6f94b9b49f2e04801ae18 /installclass.py
parentd4667da56fea7eccac7349866dca029933d266a6 (diff)
downloadanaconda-80412e393ede1b23fb5d5582b22be1ab81724acc.tar.gz
anaconda-80412e393ede1b23fb5d5582b22be1ab81724acc.tar.xz
anaconda-80412e393ede1b23fb5d5582b22be1ab81724acc.zip
Remove some unused code.
Diffstat (limited to 'installclass.py')
-rw-r--r--installclass.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/installclass.py b/installclass.py
index d3176ddc4..64fc60a71 100644
--- a/installclass.py
+++ b/installclass.py
@@ -207,9 +207,6 @@ class BaseInstallClass:
def setZeroMbr(self, id, zeroMbr):
id.partitions.zeroMbr = zeroMbr
- def setEarlySwapOn(self, state = 0):
- self.earlySwapOn = state
-
def setKeyboard(self, id, kb):
id.keyboard.set(kb)