소스 검색

rm unused flag

xuty 4 년 전
부모
커밋
6afecb7d39
1개의 변경된 파일0개의 추가작업 그리고 3개의 파일을 삭제
  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;
 }