mirror of
https://github.com/jesseduffield/lazygit.git
synced 2024-12-12 11:15:00 +02:00
remove unnecessary function
This commit is contained in:
parent
a59ac064d2
commit
379d37a255
@ -14,8 +14,6 @@ const (
|
||||
PERSISTENT_POPUP
|
||||
)
|
||||
|
||||
func GetKindWrapper(k int) func() int { return func() int { return k } }
|
||||
|
||||
const (
|
||||
STATUS_CONTEXT_KEY = "status"
|
||||
FILES_CONTEXT_KEY = "files"
|
||||
|
Loading…
Reference in New Issue
Block a user