summary refs log tree commit diff
path: root/ui.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--ui.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/ui.c b/ui.c
index c387a2d..62a992e 100644
--- a/ui.c
+++ b/ui.c
@@ -343,7 +343,6 @@ static void uiStatus(void) {
 		addWrap(ui.status, str);
 		free(str);
 	}
-	// TODO: Put active window's topic in the rest of the status area.
 	wclrtoeol(ui.status);
 }