remove dirty for now

This commit is contained in:
Mitchell Hashimoto
2022-09-03 21:26:49 -07:00
parent 3d0ec16ad4
commit c0e36bedd6

View File

@ -83,9 +83,6 @@ pub const RowHeader = struct {
/// Used internally to track if this row has been initialized.
init: bool = false,
/// True if one of the cells in this row has been changed
dirty: bool = false,
/// If true, this row is soft-wrapped. The first cell of the next
/// row is a continuous of this row.
wrap: bool = false,