diff options
Diffstat (limited to 'mbbsd/term.c')
-rw-r--r-- | mbbsd/term.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/mbbsd/term.c b/mbbsd/term.c index 59f6e6b3..064d5db3 100644 --- a/mbbsd/term.c +++ b/mbbsd/term.c @@ -40,8 +40,6 @@ sig_term_resize(int sig) void term_resize(int w, int h) { - char changed = 0; - Signal(SIGWINCH, SIG_IGN); /* Don't bother me! */ |