Fixes for TJIDE
[fanfix.git] / src / jexer / TButton.java
index 3b60cad037bba20c10d2f4d6520738a774ca2159..255dd990738d369490a288d993dd24dd24890c49 100644 (file)
@@ -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.