Explorar o código

rm unused flag

xuty %!s(int64=4) %!d(string=hai) anos
pai
achega
6afecb7d39
Modificáronse 1 ficheiros con 0 adicións e 3 borrados
  1. 0 3
      lib/buffer/cell_flags.dart

+ 0 - 3
lib/buffer/cell_flags.dart

@@ -6,7 +6,4 @@ abstract class CellFlags {
   static const blink = 1 << 4;
   static const inverse = 1 << 5;
   static const invisible = 1 << 6;
-
-  /// whether the cell required two cells.
-  static const wide = 1 << 8;
 }