]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
i9e: Remove stale comment for dispatch_key().
authorAndre Noll <maan@tuebingen.mpg.de>
Tue, 8 Mar 2016 07:46:52 +0000 (08:46 +0100)
committerAndre Noll <maan@tuebingen.mpg.de>
Wed, 23 Mar 2016 00:01:59 +0000 (00:01 +0000)
Should have been removed when we switched to key sequences.

interactive.c

index cab8d9033ba6c817f01e858a7d4ef4946a36e3a7..bb121f429426f7291c07a7a31a1d0f40f1186c40 100644 (file)
@@ -413,10 +413,6 @@ static void update_winsize(void)
        i9ep->empty_line[i9ep->num_columns] = '\0';
 }
 
        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;
 static int dispatch_key(__a_unused int count, __a_unused int key)
 {
        int i, ret;