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

Cleanup: remove unused method Focus from PatchExplorerContext

This commit is contained in:
Stefan Haller
2025-07-07 11:40:32 +02:00
parent 3f546f7269
commit 29fc46dc62
2 changed files with 0 additions and 6 deletions

View File

@ -94,11 +94,6 @@ func (self *PatchExplorerContext) Render() {
self.c.Render()
}
func (self *PatchExplorerContext) Focus() {
self.FocusSelection()
self.c.Render()
}
func (self *PatchExplorerContext) setContent() {
self.GetView().SetContent(self.GetContentToRender())
}