ECMA48Backend compiles
[nikiroo-utils.git] / src / jexer / io / Screen.java
index 6910a662294ea6740f87fe9bbca67c6a24673844..1ecc3040f4add2461348fb70df33848bb5f95328 100644 (file)
@@ -143,7 +143,6 @@ public abstract class Screen {
      * @param x column coordinate.  0 is the left-most column.
      * @param y row coordinate.  0 is the top-most row.
      * @param attr attributes to use (bold, foreColor, backColor)
-     * @param clip if true, honor clipping/offset
      */
     public void putAttrXY(int x, int y, CellAttributes attr) {
        putAttrXY(x, y, attr, true);