From 88ba6efdd5fbac6eb2313f2472f83bde3203c936 Mon Sep 17 00:00:00 2001 From: Jesse Duffield Date: Sat, 16 Feb 2019 21:20:10 +1100 Subject: [PATCH] remove outdated TODO --- pkg/gui/context.go | 1 - 1 file changed, 1 deletion(-) diff --git a/pkg/gui/context.go b/pkg/gui/context.go index f6ff147e2..d24a61fd4 100644 --- a/pkg/gui/context.go +++ b/pkg/gui/context.go @@ -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 }