summaryrefslogtreecommitdiff
path: root/src/z-term.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/z-term.h')
-rw-r--r--src/z-term.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/z-term.h b/src/z-term.h
index f4f52527..875f13bb 100644
--- a/src/z-term.h
+++ b/src/z-term.h
@@ -76,12 +76,6 @@ struct term_win
*
*
*
- * - Value "attr_blank"
- * Use this "attr" value for "blank" grids
- *
- * - Value "char_blank"
- * Use this "char" value for "blank" grids
- *
*
* - Ignore this pointer
*
@@ -134,9 +128,6 @@ struct term
bool_ soft_cursor;
bool_ always_text;
- byte attr_blank;
- char char_blank;
-
char *key_queue;
u16b key_head;
u16b key_tail;