summaryrefslogtreecommitdiffhomepage
path: root/menu.lua
diff options
context:
space:
mode:
Diffstat (limited to 'menu.lua')
-rw-r--r--menu.lua15
1 files changed, 0 insertions, 15 deletions
diff --git a/menu.lua b/menu.lua
index cfce246..28776f8 100644
--- a/menu.lua
+++ b/menu.lua
@@ -114,21 +114,6 @@ function Menu:countdownJump()
end
end
--- Called when selector is deactivated
-function Menu:unselectSelector(selector)
- local i = 0
- for _,v in pairs(self:getSelectorsActive()) do
- if v == selector then
- i = _
- break
- end
- end
- if i ~= 0 then
- self:assignController(selector:getController())
- selector:clear()
- end
-end
-
-- Get table of nauts currently selected by active selectors
function Menu:getNauts()
local nauts = {}