From e5b7520924a0d4c906e467ec72f2a19f2bc9c0c3 Mon Sep 17 00:00:00 2001 From: ache Date: Sat, 5 Aug 1995 21:48:16 +0000 Subject: Remove _set_ospeed, it is done in tgetent now Remove ospeed redefinition from header file --- lib/libcurses/setterm.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'lib/libcurses/setterm.c') 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); -- cgit v1.1