changeset 84850:a2976eb98917

(create_w32cons_output): Remove.
author Jason Rumney <jasonr@gnu.org>
date Tue, 25 Sep 2007 08:53:37 +0000
parents ba20cee1aec0
children dd8334524bf7
files src/w32console.c
diffstat 1 files changed, 0 insertions(+), 18 deletions(-) [+]
line wrap: on
line diff
--- 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.  */)