From: Andre Noll Date: Tue, 8 Mar 2016 07:46:52 +0000 (+0100) Subject: i9e: Remove stale comment for dispatch_key(). X-Git-Tag: v0.5.6~49 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=a09c549cb3f6e24b6d68700f854731aea8b8d1a4 i9e: Remove stale comment for dispatch_key(). Should have been removed when we switched to key sequences. --- diff --git a/interactive.c b/interactive.c index cab8d903..bb121f42 100644 --- a/interactive.c +++ b/interactive.c @@ -413,10 +413,6 @@ static void update_winsize(void) i9ep->empty_line[i9ep->num_columns] = '\0'; } -/** - * Defined key sequences are mapped to keys starting with this offset. I.e. - * pressing the first defined key sequence yields the key number \p KEY_OFFSET. - */ static int dispatch_key(__a_unused int count, __a_unused int key) { int i, ret;