fix eclipse warnings
[fanfix.git] / src / jexer / io / Screen.java
index 1ecc4b185e0ee1eb8352211882c55bb39003d27b..a0497b8f1756dbd34fa55c344208ea705ee53aab 100644 (file)
@@ -644,8 +644,6 @@ public abstract class Screen {
         final CellAttributes border, final CellAttributes background,
         final int borderType, final boolean shadow) {
 
-        int boxTop = top;
-        int boxLeft = left;
         int boxWidth = right - left;
         int boxHeight = bottom - top;