diff options
Diffstat (limited to 'src/command.c')
-rw-r--r-- | src/command.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/command.c b/src/command.c index af188d19a..b107ba3f0 100644 --- a/src/command.c +++ b/src/command.c @@ -398,10 +398,6 @@ my_wgetch(WINDOW *w) c = wgetch(w); - /* handle resize event */ - if (c == KEY_RESIZE) - screen_resize(); - #ifdef ENABLE_RAW_MODE /* handle SIGSTOP (Ctrl-Z) */ if (c == 26 || c == 407) |