stand/lua: Remove some unused local declarations

Menus are actually defined as entries in the 'menu' table. These local
declarations have not been used in the history of our in-tree lua scripts,
so give them the boot.
This commit is contained in:
kevans 2018-02-19 15:49:27 +00:00
parent 7dfb211c9d
commit 210124b884

View File

@ -41,11 +41,7 @@ local run;
local autoboot;
local carousel_choices = {};
--loader menu tree:
--rooted at menu.welcome
--submenu declarations:
local boot_options;
local welcome;
-- loader menu tree is rooted at menu.welcome
menu.boot_options = {
-- return to welcome menu