aboutsummaryrefslogtreecommitdiffstats
path: root/src/termcap.c
diff options
context:
space:
mode:
authorGerd Moellmann <[email protected]>2001-05-28 11:58:27 +0000
committerGerd Moellmann <[email protected]>2001-05-28 11:58:27 +0000
commitd250dcfc18e8b1ed1cecc79e5dece64aabc82101 (patch)
tree147daa045335be29eedbb8f09dfcf40623a2e87d /src/termcap.c
parentc79cb28320c392df58574025e0f09208a50f23e3 (diff)
(speeds): Put in #if 0.
Diffstat (limited to 'src/termcap.c')
-rw-r--r--src/termcap.c7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/termcap.c b/src/termcap.c
index c9bf1a40b5..b99ae47331 100644
--- a/src/termcap.c
+++ b/src/termcap.c
@@ -1,5 +1,6 @@
/* Work-alike for termcap, plus extra features.
- Copyright (C) 1985, 86, 93, 94, 95, 2000 Free Software Foundation, Inc.
+ Copyright (C) 1985, 86, 93, 94, 95, 2000, 2001
+ Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -292,6 +293,8 @@ tgetst1 (ptr, area)
int tputs_baud_rate;
char PC;
+#if 0 /* Doesn't seem to be used anymore. */
+
/* Actual baud rate if positive;
- baud rate / 100 if negative. */
@@ -306,6 +309,8 @@ static int speeds[] =
#endif /* not VMS */
};
+#endif /* 0 */
+
void
tputs (str, nlines, outfun)
register char *str;