diff --git a/screen_main.go b/screen_main.go index e8b6940..004bade 100644 --- a/screen_main.go +++ b/screen_main.go @@ -43,14 +43,6 @@ func (screen *mainScreen) handleKeyPress(event termbox.Event) int { // Main Screen key handling if event.Key == termbox.KeyEsc { return exitScreenIndex - /* - } else if event.Ch == 'R' { - state.autoUpdate = true - } else if event.Ch == '+' { - screen.decreaseUpdateFreq() - } else if event.Ch == '-' { - screen.increaseUpdateFreq() - */ } else if event.Ch == 'r' { // Refresh data screen.refreshData()