diff options
-rw-r--r-- | tecterm.c | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -63,10 +63,6 @@ char *tgetstr(char *, char **); void term_puts( char *termcap_string, int lines_affected ); #ifdef TERMCAP - char *tgetstr(); -#endif - -#ifdef TERMCAP int termcap_co; int termcap_li; int termcap_sg; |