misc cleanup
[fanfix.git] / src / jexer / TTerminalWindow.java
index a243a43cb2743325f79e7b7e936c554fc7a00758..897dca73cdf376fff4d6aace269ba48396456f35 100644 (file)
@@ -854,7 +854,7 @@ public class TTerminalWindow extends TScrollableWindow
      * @param mouse a mouse-based event
      * @return whether or not the mouse is on the emulator
      */
-    private final boolean mouseOnEmulator(final TMouseEvent mouse) {
+    private boolean mouseOnEmulator(final TMouseEvent mouse) {
 
         synchronized (emulator) {
             if (!emulator.isReading()) {