diff options
-rw-r--r-- | src/term.c | 2 |
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 () |