summaryrefslogtreecommitdiff
path: root/src/cm.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/cm.h')
-rw-r--r--src/cm.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/cm.h b/src/cm.h
index 0b23bc9eb36..80e945b4607 100644
--- a/src/cm.h
+++ b/src/cm.h
@@ -100,12 +100,7 @@ struct cm
extern struct cm Wcm; /* Terminal capabilities */
extern char PC; /* Pad character */
-#ifdef HAVE_TERMIOS
-# include <termios.h>
-extern speed_t ospeed;
-#else
extern short ospeed; /* Output speed (from sg_ospeed) */
-#endif
/* Shorthand */
#ifndef NoCMShortHand