From: Jonas Fonseca Date: Fri, 10 Oct 2008 11:10:04 +0000 (+0200) Subject: Remove outdated comment X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=5bea5cb36b8ea04d05870beee21fa358173f2e07;p=tig.git Remove outdated comment --- diff --git a/tig.c b/tig.c index f9562ed..265ea46 100644 --- 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; }