summaryrefslogtreecommitdiffstats
path: root/pkg/gui
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2019-02-16 21:20:10 +1100
committerGitHub <noreply@github.com>2019-02-16 21:20:10 +1100
commit88ba6efdd5fbac6eb2313f2472f83bde3203c936 (patch)
tree449b171e9a2a53ee32f0da5cc38e05623df0bb1f /pkg/gui
parente011e9bc4238b97a70ac6e4b35a862a028ce55e4 (diff)
remove outdated TODO
Diffstat (limited to 'pkg/gui')
-rw-r--r--pkg/gui/context.go1
1 files changed, 0 insertions, 1 deletions
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
}