summaryrefslogtreecommitdiff
path: root/src/z-term.h
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2015-12-11 08:09:30 +0100
committerBardur Arantsson <bardur@scientician.net>2015-12-11 08:09:30 +0100
commit77057bed68e16af625b2e4f75d2ede9762cc71e7 (patch)
treeb39dd42378c08699ea703b461ecc67805c923753 /src/z-term.h
parent1d477ab119bc87793449307d59eadec096e9aa6f (diff)
Inline effectively constant term::{char,attr}_blank
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;