summaryrefslogtreecommitdiff
path: root/pico/osdep/terminal.c
diff options
context:
space:
mode:
Diffstat (limited to 'pico/osdep/terminal.c')
-rw-r--r--pico/osdep/terminal.c13
1 files changed, 0 insertions, 13 deletions
diff --git a/pico/osdep/terminal.c b/pico/osdep/terminal.c
index eb24d90e..72206c01 100644
--- a/pico/osdep/terminal.c
+++ b/pico/osdep/terminal.c
@@ -26,7 +26,6 @@ static char rcsid[] = "$Id: terminal.c 921 2008-01-31 02:09:25Z hubert@u.washing
#include "../keydefs.h"
#include "../pico.h"
#include "../mode.h"
-#include "../edef.h"
#include "raw.h"
#include "color.h"
@@ -479,12 +478,6 @@ tinfoopen(void)
{
int row, col;
- if (sendnow){
- term.t_nrow = 23;
- term.t_ncol = 80;
- return 0;
- }
-
/*
* determine the terminal's communication speed and decide
* if we need to do optimization ...
@@ -1260,12 +1253,6 @@ tcapopen(void)
{
int row, col;
- if (sendnow){
- term.t_nrow = 23;
- term.t_ncol = 80;
- return 0;
- }
-
/*
* determine the terminal's communication speed and decide
* if we need to do optimization ...