mirror of
https://github.com/jesseduffield/lazygit.git
synced 2026-09-10 23:56:24 -04:00
remove unused file
This commit is contained in:
parent
f2c85c5b19
commit
19cbafcdfc
|
|
@ -25,7 +25,7 @@ func (self *guiCommon) LogCommand(cmdStr string, isCommandLine bool) {
|
|||
}
|
||||
|
||||
func (self *guiCommon) Refresh(opts types.RefreshOptions) error {
|
||||
return self.gui.Refresh(opts)
|
||||
return self.gui.helpers.Refresh.Refresh(opts)
|
||||
}
|
||||
|
||||
func (self *guiCommon) PostRefreshUpdate(context types.Context) error {
|
||||
|
|
|
|||
|
|
@ -1,9 +0,0 @@
|
|||
package gui
|
||||
|
||||
import (
|
||||
"github.com/jesseduffield/lazygit/pkg/gui/types"
|
||||
)
|
||||
|
||||
func (gui *Gui) Refresh(options types.RefreshOptions) error {
|
||||
return gui.helpers.Refresh.Refresh(options)
|
||||
}
|
||||
Loading…
Reference in a new issue