File tree Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -93,11 +93,6 @@ func NewDownloadProgressBarCB() func(*rpc.DownloadProgress) {
93
93
}
94
94
}
95
95
96
- // NewNullDownloadProgressCB returns a progress bar callback that outputs nothing.
97
- func NewNullDownloadProgressCB () func (* rpc.DownloadProgress ) {
98
- return func (* rpc.DownloadProgress ) {}
99
- }
100
-
101
96
// NewTaskProgressCB returns a commands.TaskProgressCB progress listener
102
97
// that outputs to terminal
103
98
func NewTaskProgressCB () func (curr * rpc.TaskProgress ) {
@@ -121,8 +116,3 @@ func NewTaskProgressCB() func(curr *rpc.TaskProgress) {
121
116
}
122
117
}
123
118
}
124
-
125
- // NewNullTaskProgressCB returns a progress bar callback that outputs nothing.
126
- func NewNullTaskProgressCB () func (curr * rpc.TaskProgress ) {
127
- return func (curr * rpc.TaskProgress ) {}
128
- }
You can’t perform that action at this time.
0 commit comments