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.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/z-term.h b/src/z-term.h
index b1d81450..f4f52527 100644
--- a/src/z-term.h
+++ b/src/z-term.h
@@ -74,9 +74,6 @@ struct term_win
* - Flag "always_text"
* Use the "Term_text()" routine for invisible text
*
- * - Flag "never_bored"
- * Never call the "TERM_XTRA_BORED" action
- *
*
*
* - Value "attr_blank"
@@ -136,7 +133,6 @@ struct term
bool_ icky_corner;
bool_ soft_cursor;
bool_ always_text;
- bool_ never_bored;
byte attr_blank;
char char_blank;