From: Dave Love Date: Mon, 27 Sep 1999 16:42:19 +0000 (+0000) Subject: Remove unneeded declaration of ospeed. X-Git-Tag: emacs-pretest-21.0.90~6620 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=8f672a07e067c1c0b1281ba3eab1af3c9cc37bb0;p=emacs.git Remove unneeded declaration of ospeed. --- 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