summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--installclass.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/installclass.py b/installclass.py
index 2ef84246d..876e01105 100644
--- a/installclass.py
+++ b/installclass.py
@@ -175,9 +175,6 @@ class BaseInstallClass:
def setEarlySwapOn(self, state = 0):
self.earlySwapOn = state
- def getDesktop(self):
- return self.desktop
-
def setKeyboard(self, id, kb):
id.keyboard.set(kb)