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:
Kyle Evans 2018-02-19 15:49:27 +00:00
parent 65184f89b6
commit 280e990ba7
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=329580

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