mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-07-05 00:59:19 +02:00
remove dead code
This commit is contained in:
@ -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 {
|
||||
|
Reference in New Issue
Block a user