aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/screen.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/screen.h b/src/screen.h
index 90141a9..38368a3 100644
--- a/src/screen.h
+++ b/src/screen.h
@@ -54,7 +54,6 @@ struct runes_cell {
struct runes_row {
struct runes_cell *cells;
- unsigned char dirty: 1;
unsigned char wrapped: 1;
};