X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=src%2Fterminfo.c;h=ff3d9d38d58b3adc2ad29c74d0326a32ecd4e5db;hb=a6f3dc9882f7eec7fbbe4700581bace298ab3335;hp=639f675fc2a7a5c9ec92545c561aa38d485013bb;hpb=a1655b870904de973c366d85ebdc8adde4ef5e1e;p=chise%2Fxemacs-chise.git.1 diff --git a/src/terminfo.c b/src/terminfo.c index 639f675..ff3d9d3 100644 --- a/src/terminfo.c +++ b/src/terminfo.c @@ -24,12 +24,6 @@ Boston, MA 02111-1307, USA. */ #include -/* 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,