mirror of
https://github.com/jesseduffield/lazygit.git
synced 2026-09-10 15:46:26 -04: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 a new issue