From 2f8d25d5f1d9fae51ace43a4a783c2259e91b170 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Fri, 26 Apr 1996 19:56:17 +0000 Subject: [PATCH] (FRAME_TERMCAP_P) [WINDOWSNT && !HAVE_NTGUI]: Remove conditional for HAVE_NTGUI. --- src/term.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/term.c b/src/term.c index b81941aa585..0a58c4b8dcd 100644 --- a/src/term.c +++ b/src/term.c @@ -298,7 +298,6 @@ extern char *tgetstr (); #ifdef WINDOWSNT -#ifndef HAVE_NTGUI /* 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 @@ -307,7 +306,6 @@ extern char *tgetstr (); #undef FRAME_TERMCAP_P #define FRAME_TERMCAP_P(_f_) 0 -#endif /* not HAVE_NTGUI */ #endif /* WINDOWSNT */ ring_bell () -- 2.39.2