Code

Remove outdated comment
authorJonas Fonseca <fonseca@diku.dk>
Fri, 10 Oct 2008 11:10:04 +0000 (13:10 +0200)
committerJonas Fonseca <fonseca@diku.dk>
Fri, 10 Oct 2008 11:10:04 +0000 (13:10 +0200)
tig.c

diff --git a/tig.c b/tig.c
index f9562edf3795122e87bc989df47d51d9c0d91354..265ea46e27f3445155be86aefd8fc0b94aeca441 100644 (file)
--- a/tig.c
+++ b/tig.c
@@ -2892,7 +2892,6 @@ view_driver(struct view *view, enum request request)
                return FALSE;
 
        default:
-               /* An unknown key will show most commonly used commands. */
                report("Unknown key, press 'h' for help");
                return TRUE;
        }