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
commit23b62c1da2cf541d3037aa7acc2727b09c47fcc8 (patch)
treebed91a965d8ae468bd4f1b4034faadedce69e394 /src/z-term.h
parent77057bed68e16af625b2e4f75d2ede9762cc71e7 (diff)
Remove always-FALSE term::always_text
Diffstat (limited to 'src/z-term.h')
-rw-r--r--src/z-term.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/z-term.h b/src/z-term.h
index 875f13bb..60d2ad94 100644
--- a/src/z-term.h
+++ b/src/z-term.h
@@ -71,9 +71,6 @@ struct term_win
* - Flag "soft_cursor"
* This "term" uses a "software" cursor
*
- * - Flag "always_text"
- * Use the "Term_text()" routine for invisible text
- *
*
*
*
@@ -126,7 +123,6 @@ struct term
bool_ total_erase;
bool_ icky_corner;
bool_ soft_cursor;
- bool_ always_text;
char *key_queue;
u16b key_head;