diff src/terminfo.c @ 493:610e4ba94a4d

[xemacs-hg @ 2001-04-30 10:13:09 by martinb] Port to gcc 3.0
author martinb
date Mon, 30 Apr 2001 10:13:10 +0000
parents abe6d1db359e
children 04bc9d2f42c7
line wrap: on
line diff
--- a/src/terminfo.c	Mon Apr 30 09:46:55 2001 +0000
+++ b/src/terminfo.c	Mon Apr 30 10:13:10 2001 +0000
@@ -24,12 +24,6 @@
 
 #include <string.h>
 
-/* Define these variables that serve as global parameters to termcap,
-   so that we do not need to conditionalize the places in Emacs
-   that set them.  */
-
-char *UP, *BC, PC;
-
 /* Every little bit of this God-damned file has caused all manner
    of headaches due to inconsistent and incorrect header files
    on one system or other, and we don't currently need anything here,