Remove _set_ospeed, it is done in tgetent

This commit is contained in:
Andrey A. Chernov 1995-08-05 22:04:23 +00:00
parent 7ab853dd03
commit 8992794b01

View file

@ -195,7 +195,6 @@ wwinit()
#else
if ((wwbaud = cfgetospeed(&wwoldtty.ww_termios)) == B0)
goto bad;
_set_ospeed(wwbaud);
#endif
wwospeed = ospeed;