diff options
Diffstat (limited to 'lib/libcurses/setterm.c')
-rw-r--r-- | lib/libcurses/setterm.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/libcurses/setterm.c b/lib/libcurses/setterm.c index 3ebb5cd..14ce6ee 100644 --- a/lib/libcurses/setterm.c +++ b/lib/libcurses/setterm.c @@ -44,9 +44,6 @@ static char sccsid[] = "@(#)setterm.c 8.7 (Berkeley) 7/27/94"; #include "curses.h" -#undef ospeed -extern short ospeed; - static void zap __P((void)); static char *sflags[] = { @@ -155,8 +152,6 @@ setterm(type) PC = _PC ? _PC[0] : 0; - _set_ospeed(cfgetospeed(&__baset)); - aoftspace = tspace; ttytype = longname(genbuf, __ttytype); |