From 8992794b01b9fb023fa64b5bfc42cccd1b3b2562 Mon Sep 17 00:00:00 2001 From: "Andrey A. Chernov" Date: Sat, 5 Aug 1995 22:04:23 +0000 Subject: [PATCH] Remove _set_ospeed, it is done in tgetent --- usr.bin/window/wwinit.c | 1 - 1 file changed, 1 deletion(-) diff --git a/usr.bin/window/wwinit.c b/usr.bin/window/wwinit.c index 2124f4123dc..05cc0b02916 100644 --- a/usr.bin/window/wwinit.c +++ b/usr.bin/window/wwinit.c @@ -195,7 +195,6 @@ wwinit() #else if ((wwbaud = cfgetospeed(&wwoldtty.ww_termios)) == B0) goto bad; - _set_ospeed(wwbaud); #endif wwospeed = ospeed;