Mercurial > emacs
changeset 84851:dd8334524bf7
(make_terminal_frame): Remove special case for WINDOWSNT.
author | Jason Rumney <jasonr@gnu.org> |
---|---|
date | Tue, 25 Sep 2007 08:53:59 +0000 |
parents | a2976eb98917 |
children | 929fc5745133 |
files | src/frame.c |
diffstat | 1 files changed, 0 insertions(+), 7 deletions(-) [+] |
line wrap: on
line diff
--- a/src/frame.c Tue Sep 25 08:53:37 2007 +0000 +++ b/src/frame.c Tue Sep 25 08:53:59 2007 +0000 @@ -601,12 +601,6 @@ else f->output_method = output_termcap; #else -#ifdef WINDOWSNT - f->output_method = output_termcap; - f->terminal = terminal; - f->terminal->reference_count++; - create_w32cons_output (f); -#else #ifdef MAC_OS8 make_mac_terminal_frame (f); #else @@ -635,7 +629,6 @@ FRAME_BACKGROUND_PIXEL(f) = FACE_TTY_DEFAULT_BG_COLOR; #endif #endif /* MAC_OS8 */ -#endif /* WINDOWSNT */ #endif /* MSDOS */ if (!noninteractive)