Commit d6baf17a287eb8be4c499bbe625155af0b43cb2c

Stefan Sperling 2018-05-20T11:51:31

remove pointless comment

1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/tog/tog.c b/tog/tog.c
index 6cb65d8..bb6797c 100644
--- a/tog/tog.c
+++ b/tog/tog.c
@@ -76,7 +76,6 @@ struct tog_cmd tog_commands[] = {
 	    "show line-by-line file history" },
 };
 
-/* globals */
 static struct tog_view {
 	WINDOW *window;
 	PANEL *panel;