# HG changeset patch # User Dave Love # Date 938450539 0 # Node ID 3a33e6b4847d1a3cb890b457d1a99c808a3b62a8 # Parent 9a999c51f8568ab06207f804b1fbe8e2ad44dfa7 Remove unneeded declaration of ospeed. diff -r 9a999c51f856 -r 3a33e6b4847d src/cm.h --- a/src/cm.h Mon Sep 27 11:34:27 1999 +0000 +++ b/src/cm.h Mon Sep 27 16:42:19 1999 +0000 @@ -101,19 +101,6 @@ 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