diff options
author | Dave Love <fx@gnu.org> | 1999-09-27 16:42:19 +0000 |
---|---|---|
committer | Dave Love <fx@gnu.org> | 1999-09-27 16:42:19 +0000 |
commit | 8f672a07e067c1c0b1281ba3eab1af3c9cc37bb0 (patch) | |
tree | eff1137499043f87af44f54e11f1f2ec720c05cc /src/cm.h | |
parent | 7e6972e92c437bf98a74c36b34d0f43dde90ecf3 (diff) | |
download | emacs-8f672a07e067c1c0b1281ba3eab1af3c9cc37bb0.tar.gz |
Remove unneeded declaration of ospeed.
Diffstat (limited to 'src/cm.h')
-rw-r--r-- | src/cm.h | 13 |
1 files changed, 0 insertions, 13 deletions
@@ -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 <termios.h> -/* 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 |