X-Git-Url: http://git.nikiroo.be/?a=blobdiff_plain;f=src%2Fjexer%2FTApplication.java;h=6bec9006c9a2e95ee057a7d042b61666e354b322;hb=091d8a06c7f9f91c2a15c9350b6502cf4c10f5a3;hp=0e5020a05896d3a843c0bc3303a5d77d3851b752;hpb=bd8d51fa0a33d6d27dba088c57791e1650512fc0;p=fanfix.git diff --git a/src/jexer/TApplication.java b/src/jexer/TApplication.java index 0e5020a..6bec900 100644 --- a/src/jexer/TApplication.java +++ b/src/jexer/TApplication.java @@ -57,7 +57,6 @@ import jexer.io.Screen; import jexer.menu.TMenu; import jexer.menu.TMenuItem; import static jexer.TCommand.*; -import static jexer.TKeypress.*; /** * TApplication sets up a full Text User Interface application.