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:
parent
7dfb211c9d
commit
210124b884
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user