diff options
Diffstat (limited to 'client/birdcl.c')
-rw-r--r-- | client/birdcl.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/client/birdcl.c b/client/birdcl.c index c41b046c..2d5e1067 100644 --- a/client/birdcl.c +++ b/client/birdcl.c @@ -150,11 +150,6 @@ input_init(void) term_lns = tws.ws_row; term_cls = tws.ws_col; } - else - { - term_lns = 25; - term_cls = 80; - } } void |