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