# HG changeset patch # User Jason Rumney # Date 1190710417 0 # Node ID a2976eb98917d119f6f1cd5a3fea94a2b5dc7827 # Parent ba20cee1aec0d5092974a8a01e4e34885c573e49 (create_w32cons_output): Remove. diff -r ba20cee1aec0 -r a2976eb98917 src/w32console.c --- a/src/w32console.c Tue Sep 25 08:53:23 2007 +0000 +++ b/src/w32console.c Tue Sep 25 08:53:37 2007 +0000 @@ -671,24 +671,6 @@ } -/* Initialize the tty-dependent part of frame F. The frame must - already have its device initialized. */ -void -create_w32cons_output(struct frame *f) -{ - struct tty_output *tty; - - if (! FRAME_TERMCAP_P (f)) - abort (); - - tty = xmalloc (sizeof (struct tty_output)); - bzero (tty, sizeof (struct tty_output)); - - tty->display_info = FRAME_TERMINAL (f)->display_info.tty; - tty->display_info->meta_key = 1; - - f->output_data.tty = tty; -} DEFUN ("set-screen-color", Fset_screen_color, Sset_screen_color, 2, 2, 0, doc: /* Set screen colors. */)