diff --git a/pkg/gui/view_helpers.go b/pkg/gui/view_helpers.go index a236f2bb0..0f3691358 100644 --- a/pkg/gui/view_helpers.go +++ b/pkg/gui/view_helpers.go @@ -38,11 +38,6 @@ type refreshOptions struct { mode int // one of SYNC (default), ASYNC, and BLOCK_UI } -type innerRefreshOptions struct { - scopeMap map[int]bool - mode int // one of SYNC (default), ASYNC, and BLOCK_UI -} - func intArrToMap(arr []int) map[int]bool { output := map[int]bool{} for _, el := range arr {