aboutsummaryrefslogtreecommitdiff
path: root/internal/progress/new.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/progress/new.go')
-rw-r--r--internal/progress/new.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/internal/progress/new.go b/internal/progress/new.go
index a86a0660..2c304279 100644
--- a/internal/progress/new.go
+++ b/internal/progress/new.go
@@ -8,7 +8,6 @@ func New(opts Options) *Meter {
return &Meter{
writer: opts.Writer,
- flush: opts.Flush,
title: opts.Title,
total: opts.Total,
delay: max(opts.Delay, time.Duration(0)),