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
commitda0c4cf2afcdf90d758868112f374e8ff9de2813 (patch)
tree4ec178f0092e6abb3547a5f37ca6fc266f4b8c46 /src/z-term.h
parent5ce1ccafa65c5cfbcd0f4431f51abfa1d700a885 (diff)
Remove unused term::fixed_shape
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;