mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-11-25 22:32:13 +02:00
remove dead code
This commit is contained in:
@@ -94,7 +94,7 @@ func (gui *Gui) secondaryViewFocused() bool {
|
||||
}
|
||||
|
||||
func (gui *Gui) onViewTabClick(viewName string, tabIndex int) error {
|
||||
context := gui.State.ViewTabContextMap[viewName][tabIndex].Contexts[0]
|
||||
context := gui.State.ViewTabContextMap[viewName][tabIndex].Context
|
||||
|
||||
return gui.c.PushContext(context)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user