Remove unused method RemoveContexts()

This commit is contained in:
Stefan Haller 2024-08-08 10:23:01 +02:00
parent 111d10fe5c
commit 8e15451117
3 changed files with 0 additions and 38 deletions

View file

@ -45,10 +45,6 @@ func (self *guiCommon) RunSubprocess(cmdObj oscommands.ICmdObj) (bool, error) {
return self.gui.runSubprocessWithSuspense(cmdObj)
}
func (self *guiCommon) RemoveContexts(contexts []types.Context) error {
return self.gui.State.ContextMgr.RemoveContexts(contexts)
}
func (self *guiCommon) CurrentContext() types.Context {
return self.gui.State.ContextMgr.Current()
}