1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-07-30 03:23:08 +03:00

appease linter

This commit is contained in:
Jesse Duffield
2023-04-15 14:32:41 +10:00
parent 19cbafcdfc
commit 68a9d7fd77
4 changed files with 1 additions and 17 deletions

View File

@ -827,15 +827,6 @@ func (gui *Gui) onUIThread(f func() error) {
})
}
func (gui *Gui) startBackgroundRoutines() {
mgr := &BackgroundRoutineMgr{gui: gui}
mgr.startBackgroundRoutines()
}
func (gui *Gui) getWindowDimensions(informationStr string, appStatus string) map[string]boxlayout.Dimensions {
return gui.helpers.WindowArrangement.GetWindowDimensions(informationStr, appStatus)
}
func (gui *Gui) popContext() error {
return gui.State.ContextMgr.Pop()
}