From 8f672a07e067c1c0b1281ba3eab1af3c9cc37bb0 Mon Sep 17 00:00:00 2001 From: Dave Love Date: Mon, 27 Sep 1999 16:42:19 +0000 Subject: [PATCH] Remove unneeded declaration of ospeed. --- src/cm.h | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/src/cm.h b/src/cm.h index d7c5e21c8b1..5619ab28143 100644 --- a/src/cm.h +++ b/src/cm.h @@ -101,19 +101,6 @@ struct cm extern struct cm Wcm; /* Terminal capabilities */ extern char PC; /* Pad character */ -#if defined (HAVE_LIBNCURSES) && ! defined (NCURSES_OSPEED_T) -extern short ospeed; -#else -#if defined (HAVE_TERMIOS_H) && defined (LINUX) -#include -/* HJL's version of libc is said to need this on the Alpha. - On the other hand, DEC OSF1 on the Alpha needs ospeed to be a short. */ -extern speed_t ospeed; -#else -extern short ospeed; /* Output speed (from sg_ospeed) */ -#endif -#endif - /* Shorthand */ #ifndef NoCMShortHand #define curY Wcm.cm_curY -- 2.39.5