X-Git-Url: http://git.nikiroo.be/?a=blobdiff_plain;f=src%2Fjexer%2FTButton.java;h=255dd990738d369490a288d993dd24dd24890c49;hb=68c5cd6bec3dc425ef5b55fec399d4bdc9afa7cb;hp=3b60cad037bba20c10d2f4d6520738a774ca2159;hpb=1c19fdeaff911aa6e9e028f3ad4db06c8d0597dd;p=fanfix.git diff --git a/src/jexer/TButton.java b/src/jexer/TButton.java index 3b60cad..255dd99 100644 --- a/src/jexer/TButton.java +++ b/src/jexer/TButton.java @@ -73,11 +73,6 @@ public final class TButton extends TWidget { */ private TAction action; - /** - * How long to animate dispatch of the event in millis. - */ - private static final long DISPATCH_TIME = 75; - /** * Act as though the button was pressed. This is useful for other UI * elements to get the same action as if the user clicked the button.