X-Git-Url: http://git.nikiroo.be/?a=blobdiff_plain;f=src%2Fjexer%2Fbits%2FCellAttributes.java;h=ad8619896295f00cec4fd0b46608e2082f2b2f53;hb=3177622aa63d2e126ce9426b440a3443a2ea8bab;hp=99366fda690740b738563493fef900a506436d7d;hpb=e2c2060faf5e905039acc1d405f9d6bb810eedb1;p=fanfix.git diff --git a/src/jexer/bits/CellAttributes.java b/src/jexer/bits/CellAttributes.java index 99366fd..ad86198 100644 --- a/src/jexer/bits/CellAttributes.java +++ b/src/jexer/bits/CellAttributes.java @@ -62,7 +62,6 @@ public class CellAttributes { */ private static final int PROTECT = 0x10; - // ------------------------------------------------------------------------ // Variables -------------------------------------------------------------- // ------------------------------------------------------------------------