changeset 35001:8d1130217757

(FRAME_TERMCAP_P) [WINDOWSNT]: Remove redefinition.
author Andrew Innes <andrewi@gnu.org>
date Tue, 02 Jan 2001 22:48:57 +0000
parents c048304a388f
children 20a470317eeb
files src/term.c
diffstat 1 files changed, 0 insertions(+), 12 deletions(-) [+]
line wrap: on
line diff
--- a/src/term.c	Tue Jan 02 22:47:48 2001 +0000
+++ b/src/term.c	Tue Jan 02 22:48:57 2001 +0000
@@ -423,18 +423,6 @@
 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 ()
 {