diff options
Diffstat (limited to 'src/termcap.c')
| -rw-r--r-- | src/termcap.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/termcap.c b/src/termcap.c index 9e64d027640..69ce56d93b3 100644 --- a/src/termcap.c +++ b/src/termcap.c | |||
| @@ -268,7 +268,6 @@ tputs (register char *str, int nlines, register int (*outfun) (/* ??? */)) | |||
| 268 | register int padcount = 0; | 268 | register int padcount = 0; |
| 269 | register int speed; | 269 | register int speed; |
| 270 | 270 | ||
| 271 | extern EMACS_INT baud_rate; | ||
| 272 | speed = baud_rate; | 271 | speed = baud_rate; |
| 273 | /* For quite high speeds, convert to the smaller | 272 | /* For quite high speeds, convert to the smaller |
| 274 | units to avoid overflow. */ | 273 | units to avoid overflow. */ |