From: Andrew Innes Date: Tue, 2 Jan 2001 22:48:57 +0000 (+0000) Subject: (FRAME_TERMCAP_P) [WINDOWSNT]: Remove redefinition. X-Git-Tag: emacs-pretest-21.0.95~160 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ad54b02528659696a1a25dbad3a9e7d4723dece8;p=emacs.git (FRAME_TERMCAP_P) [WINDOWSNT]: Remove redefinition. --- diff --git a/src/term.c b/src/term.c index a9ea25eee15..e7ee0959306 100644 --- a/src/term.c +++ b/src/term.c @@ -423,18 +423,6 @@ char *tparam (); extern char *tgetstr (); -#ifdef WINDOWSNT - -/* We aren't X windows, but we aren't termcap either. This makes me - uncertain as to what value to use for frame.output_method. For - this file, we'll define FRAME_TERMCAP_P to be zero so that our - output hooks get called instead of the termcap functions. Probably - the best long-term solution is to define an output_windows_nt... */ - -#undef FRAME_TERMCAP_P -#define FRAME_TERMCAP_P(_f_) 0 -#endif /* WINDOWSNT */ - void ring_bell () {