double buffer swing
[fanfix.git] / src / jexer / io / SwingTerminal.java
index 3f3d8e3976246becca2043c69c4a888d1a06b3cf..a7a4c33d58437ecf7d1214d9865021adb367468b 100644 (file)
@@ -151,14 +151,6 @@ public final class SwingTerminal implements ComponentListener, KeyListener,
         screen.frame.addMouseWheelListener(this);
     }
 
-    /**
-     * Restore terminal to normal state.
-     */
-    public void shutdown() {
-        // System.err.println("=== shutdown() ==="); System.err.flush();
-        screen.frame.dispose();
-    }
-
     /**
      * Return any events in the IO queue.
      *