diff options
Diffstat (limited to 'src')
| -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 (); | |||
| 298 | 298 | ||
| 299 | 299 | ||
| 300 | #ifdef WINDOWSNT | 300 | #ifdef WINDOWSNT |
| 301 | #ifndef HAVE_NTGUI | ||
| 302 | /* We aren't X windows, but we aren't termcap either. This makes me | 301 | /* We aren't X windows, but we aren't termcap either. This makes me |
| 303 | uncertain as to what value to use for frame.output_method. For | 302 | uncertain as to what value to use for frame.output_method. For |
| 304 | this file, we'll define FRAME_TERMCAP_P to be zero so that our | 303 | this file, we'll define FRAME_TERMCAP_P to be zero so that our |
| @@ -307,7 +306,6 @@ extern char *tgetstr (); | |||
| 307 | 306 | ||
| 308 | #undef FRAME_TERMCAP_P | 307 | #undef FRAME_TERMCAP_P |
| 309 | #define FRAME_TERMCAP_P(_f_) 0 | 308 | #define FRAME_TERMCAP_P(_f_) 0 |
| 310 | #endif /* not HAVE_NTGUI */ | ||
| 311 | #endif /* WINDOWSNT */ | 309 | #endif /* WINDOWSNT */ |
| 312 | 310 | ||
| 313 | ring_bell () | 311 | ring_bell () |