summaryrefslogtreecommitdiff
path: root/src/term.c
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1996-04-26 19:56:17 +0000
committerRichard M. Stallman <rms@gnu.org>1996-04-26 19:56:17 +0000
commit32ad3423513b6b6f29db3ee398aef346aee44dc4 (patch)
treec3dc1aab4056e2648fe559bd27ea36a9cb5a2626 /src/term.c
parent646fe972d12b0a2e113253750ee75920c4ca2804 (diff)
downloademacs-32ad3423513b6b6f29db3ee398aef346aee44dc4.tar.gz
(FRAME_TERMCAP_P) [WINDOWSNT && !HAVE_NTGUI]:
Remove conditional for HAVE_NTGUI.
Diffstat (limited to 'src/term.c')
-rw-r--r--src/term.c2
1 files changed, 0 insertions, 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 ()