simplify ui

This commit is contained in:
kepler155c
2017-10-11 11:36:56 -04:00
parent ed2d6eeef1
commit 980c635037
4 changed files with 29 additions and 7 deletions

View File

@@ -128,10 +128,6 @@ function methodsPage:enable(p)
self:setFocus(self.grid)
end
function methodsPage.doc:focus()
-- allow keyboard scrolling
end
function methodsPage:eventHandler(event)
if event.type == 'back' then
UI:setPage(peripheralsPage)