remove some comments

This commit is contained in:
ruki
2020-11-29 19:29:17 +08:00
parent f2ba2206eb
commit 41a054c176

View File

@@ -117,8 +117,6 @@ end
-- on event -- on event
function choicebox:on_event(e) function choicebox:on_event(e)
-- select config
if e.type == event.ev_keyboard then if e.type == event.ev_keyboard then
if e.key_name == "Down" then if e.key_name == "Down" then
if self:current() == self:last() then if self:current() == self:last() then