1
0
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:
Jesse Duffield 2020-08-20 19:44:00 +10:00
parent a59ac064d2
commit 379d37a255

View File

@ -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"