From 929364262175394ffb9522cc60051781f22e9d53 Mon Sep 17 00:00:00 2001 From: bashbunni Date: Thu, 31 Mar 2022 12:15:44 -0700 Subject: [PATCH] chore: cleanup old msg --- examples/download-progress/tui.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/examples/download-progress/tui.go b/examples/download-progress/tui.go index 089b3e7c93..a9b5c7b139 100644 --- a/examples/download-progress/tui.go +++ b/examples/download-progress/tui.go @@ -20,8 +20,6 @@ type progressMsg float64 type progressErrMsg struct{ err error } -type finalPauseFinishedMsg struct{} - func finalPause() tea.Cmd { return tea.Tick(time.Millisecond*750, func(_ time.Time) tea.Msg { return nil