aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKarl Heuer1996-07-15 21:38:40 +0000
committerKarl Heuer1996-07-15 21:38:40 +0000
commit8489d7a9767a2fd50fa1c54eb3b6767220167724 (patch)
tree8effdeae08a6d4c2975d728934be5c7fad0a62ca /src
parent2fd1c3ad4b80d30772eb6858af45f462c35e03c6 (diff)
downloademacs-8489d7a9767a2fd50fa1c54eb3b6767220167724.tar.gz
emacs-8489d7a9767a2fd50fa1c54eb3b6767220167724.zip
Don't delare ospeed; cm.h already did it.
Diffstat (limited to 'src')
-rw-r--r--src/dispnew.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/dispnew.c b/src/dispnew.c
index c227e1ad16e..c45649deb1e 100644
--- a/src/dispnew.c
+++ b/src/dispnew.c
@@ -167,8 +167,6 @@ FILE *termscript; /* Stdio stream being used for copy of all output. */
167 167
168struct cm Wcm; /* Structure for info on cursor positioning */ 168struct cm Wcm; /* Structure for info on cursor positioning */
169 169
170extern short ospeed; /* Output speed (from sg_ospeed) */
171
172int delayed_size_change; /* 1 means SIGWINCH happened when not safe. */ 170int delayed_size_change; /* 1 means SIGWINCH happened when not safe. */
173 171
174#ifdef MULTI_FRAME 172#ifdef MULTI_FRAME