summaryrefslogtreecommitdiffstats
path: root/pkg/gui
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2020-03-28 11:42:30 +1100
committerJesse Duffield <jessedduffield@gmail.com>2020-03-28 11:59:45 +1100
commit7876cddf4a8390e9d22631e9be036c75b05f418c (patch)
tree5732e2a440ec0fce99f8b7f5ce70ce07fedadd23 /pkg/gui
parente9051355a1a313a66cc919785897393d3c269866 (diff)
remove dead code
Diffstat (limited to 'pkg/gui')
-rw-r--r--pkg/gui/view_helpers.go5
1 files changed, 0 insertions, 5 deletions
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 {