X-Git-Url: http://git.nikiroo.be/?a=blobdiff_plain;f=src%2Fjexer%2FTKeypress.java;h=e0aa3b34a7e6243c6752d66bf7b5970886f76832;hb=84da64e71d6c5d9991e99ff47533d0fe14bd51ed;hp=5ba3484d177892000176413acb6b06e0f99c152b;hpb=051e29138b18fb4b731a72f8727475b10e4c74e4;p=fanfix.git diff --git a/src/jexer/TKeypress.java b/src/jexer/TKeypress.java index 5ba3484..e0aa3b3 100644 --- a/src/jexer/TKeypress.java +++ b/src/jexer/TKeypress.java @@ -174,7 +174,6 @@ public class TKeypress { */ public static final int ESC = 43; - // Special "no-key" keypress, used to ignore undefined keystrokes public static final TKeypress kbNoKey = new TKeypress(true, TKeypress.NONE, ' ', false, false, false);