remove unused file

This commit is contained in:
Jesse Duffield 2023-03-26 16:37:01 +11:00
parent f2c85c5b19
commit 19cbafcdfc
2 changed files with 1 additions and 10 deletions

View file

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