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 241e3d76..b1d81450 100644
--- a/src/z-term.h
+++ b/src/z-term.h
@@ -65,9 +65,6 @@ struct term_win
* - Flag "total_erase"
* This "term" should be fully erased
*
- * - Flag "fixed_shape"
- * This "term" is not allowed to resize
- *
* - Flag "icky_corner"
* This "term" has an "icky" corner grid
*
@@ -136,7 +133,6 @@ struct term
bool_ active_flag;
bool_ mapped_flag;
bool_ total_erase;
- bool_ fixed_shape;
bool_ icky_corner;
bool_ soft_cursor;
bool_ always_text;