summaryrefslogtreecommitdiff
path: root/src/cm.h
diff options
context:
space:
mode:
authorDave Love <fx@gnu.org>1999-09-27 16:42:19 +0000
committerDave Love <fx@gnu.org>1999-09-27 16:42:19 +0000
commit8f672a07e067c1c0b1281ba3eab1af3c9cc37bb0 (patch)
treeeff1137499043f87af44f54e11f1f2ec720c05cc /src/cm.h
parent7e6972e92c437bf98a74c36b34d0f43dde90ecf3 (diff)
downloademacs-8f672a07e067c1c0b1281ba3eab1af3c9cc37bb0.tar.gz
Remove unneeded declaration of ospeed.
Diffstat (limited to 'src/cm.h')
-rw-r--r--src/cm.h13
1 files changed, 0 insertions, 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 <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