remove outdated TODO

This commit is contained in:
Jesse Duffield 2019-02-16 21:20:10 +11:00 committed by GitHub
parent e011e9bc42
commit 88ba6efdd5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -34,7 +34,6 @@ func (gui *Gui) setMainTitle() error {
}
func (gui *Gui) changeContext(viewName, context string) error {
// todo: store somewhere permanently
if gui.State.Contexts[viewName] == context {
return nil
}