aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJason Rumney2007-09-25 08:53:37 +0000
committerJason Rumney2007-09-25 08:53:37 +0000
commitda6c83b1f5127a4c62b08de447f4a8ebe638e17e (patch)
tree6cb58afe4b96a73e89e85beac875693158e4ee04 /src
parent635e3b291d7ce030af1f7eb3b18dc14d005c1eda (diff)
downloademacs-da6c83b1f5127a4c62b08de447f4a8ebe638e17e.tar.gz
emacs-da6c83b1f5127a4c62b08de447f4a8ebe638e17e.zip
(create_w32cons_output): Remove.
Diffstat (limited to 'src')
-rw-r--r--src/w32console.c18
1 files changed, 0 insertions, 18 deletions
diff --git a/src/w32console.c b/src/w32console.c
index ca160a73c4f..d8d2a24f81b 100644
--- a/src/w32console.c
+++ b/src/w32console.c
@@ -671,24 +671,6 @@ initialize_w32_display (struct terminal *term)
671 671
672} 672}
673 673
674/* Initialize the tty-dependent part of frame F. The frame must
675 already have its device initialized. */
676void
677create_w32cons_output(struct frame *f)
678{
679 struct tty_output *tty;
680
681 if (! FRAME_TERMCAP_P (f))
682 abort ();
683
684 tty = xmalloc (sizeof (struct tty_output));
685 bzero (tty, sizeof (struct tty_output));
686
687 tty->display_info = FRAME_TERMINAL (f)->display_info.tty;
688 tty->display_info->meta_key = 1;
689
690 f->output_data.tty = tty;
691}
692 674
693DEFUN ("set-screen-color", Fset_screen_color, Sset_screen_color, 2, 2, 0, 675DEFUN ("set-screen-color", Fset_screen_color, Sset_screen_color, 2, 2, 0,
694 doc: /* Set screen colors. */) 676 doc: /* Set screen colors. */)