]> git.eshelyaron.com Git - emacs.git/commitdiff
(FRAME_TERMCAP_P) [WINDOWSNT]: Remove redefinition.
authorAndrew Innes <andrewi@gnu.org>
Tue, 2 Jan 2001 22:48:57 +0000 (22:48 +0000)
committerAndrew Innes <andrewi@gnu.org>
Tue, 2 Jan 2001 22:48:57 +0000 (22:48 +0000)
src/term.c

index a9ea25eee155a7ca0810ab43a5edeb84a3a37f61..e7ee0959306da57a9f82cfc582ace10084b45bfe 100644 (file)
@@ -423,18 +423,6 @@ char *tparam ();
 extern char *tgetstr ();
 \f
 
-#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 ()
 {