# HG changeset patch # User Gerd Moellmann # Date 991051107 0 # Node ID 055740f4bc367c8dd73e773f3919967c54aa5692 # Parent 49a0ec256ceba9cd4e09122c8d0b90dc21b8df0f (speeds): Put in #if 0. diff -r 49a0ec256ceb -r 055740f4bc36 src/termcap.c --- a/src/termcap.c Mon May 28 11:03:17 2001 +0000 +++ b/src/termcap.c Mon May 28 11:58:27 2001 +0000 @@ -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 @@ 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 @@ #endif /* not VMS */ }; +#endif /* 0 */ + void tputs (str, nlines, outfun) register char *str;