lualoader: Eliminate some unused locals

This commit is contained in:
Kyle Evans 2018-02-22 03:53:49 +00:00
parent 064827be34
commit 4ab039b57f

@ -36,10 +36,6 @@ local drawer = require("drawer")
local menu = {}
local skip
local run
local autoboot
local OnOff = function(str, b)
if b then
return str .. color.escapef(color.GREEN) .. "On" ..