# HG changeset patch # User Jason Rumney # Date 1190710439 0 # Node ID dd8334524bf7f52bf0717909f5e1846d43b409ed # Parent a2976eb98917d119f6f1cd5a3fea94a2b5dc7827 (make_terminal_frame): Remove special case for WINDOWSNT. diff -r a2976eb98917 -r dd8334524bf7 src/frame.c --- 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)