Commit Diff


commit - edfe87bea0c396c48cb8344f02dcce6e3880711f
commit + 92b6aaf38a7b1f98b960e58513af1510e33079b9
blob - f1c2bca2a410d86750507ba61e06a3b4eabda56c
blob + 9e9cc6708f21d2aa375ae3a9d3269afef1af27eb
--- telescope.c
+++ telescope.c
@@ -53,7 +53,6 @@ enum telescope_process {
 	PROC_NET,
 };
 
-/* the first is also the fallback one */
 static struct proto protos[] = {
 	{ "gemini",	load_gemini_url },
 	{ "about",	load_about_url },