summaryrefslogtreecommitdiff
path: root/src/z-term.c
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.c
parent5ce1ccafa65c5cfbcd0f4431f51abfa1d700a885 (diff)
Remove unused term::fixed_shape
Diffstat (limited to 'src/z-term.c')
-rw-r--r--src/z-term.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/z-term.c b/src/z-term.c
index 8a1732c3..0c4ba039 100644
--- a/src/z-term.c
+++ b/src/z-term.c
@@ -1658,9 +1658,6 @@ errr Term_resize(int w, int h)
term_win *hold_scr;
term_win *hold_mem;
- /* Resizing is forbidden */
- if (Term->fixed_shape) return ( -1);
-
/* Ignore illegal changes */
if ((w < 1) || (h < 1)) return ( -1);