From 0c4b1a5bf3064d26ff9e4540767537f03517ee14 Mon Sep 17 00:00:00 2001 From: Neil Burrows Date: Sun, 25 Oct 2020 09:40:05 +0000 Subject: [PATCH] Remove some unused code now Live TV in new ItemGrid --- components/livetv/Channels.brs | 14 -------------- components/livetv/Channels.xml | 14 -------------- source/Main.brs | 31 ------------------------------- 3 files changed, 59 deletions(-) delete mode 100644 components/livetv/Channels.brs delete mode 100644 components/livetv/Channels.xml diff --git a/components/livetv/Channels.brs b/components/livetv/Channels.brs deleted file mode 100644 index 6205166d..00000000 --- a/components/livetv/Channels.brs +++ /dev/null @@ -1,14 +0,0 @@ -sub init() - -end sub - -function onKeyEvent(key as string, press as boolean) as boolean - if not press then return false - - if key = "down" - m.top.lastFocus = m.top.focusedChild - m.top.findNode("paginator").setFocus(true) - end if - - return false -end function diff --git a/components/livetv/Channels.xml b/components/livetv/Channels.xml deleted file mode 100644 index b255a2da..00000000 --- a/components/livetv/Channels.xml +++ /dev/null @@ -1,14 +0,0 @@ - - - - - - - - - - - - -