diff src/frame-tty.c @ 70:131b0175ea99 r20-0b30

Import from CVS: tag r20-0b30
author cvs
date Mon, 13 Aug 2007 09:02:59 +0200
parents ec9a17fef872
children 360340f9fd5f
line wrap: on
line diff
--- a/src/frame-tty.c	Mon Aug 13 09:00:04 2007 +0200
+++ b/src/frame-tty.c	Mon Aug 13 09:02:59 2007 +0200
@@ -62,31 +62,6 @@
       call1 (Qinit_post_tty_win, FRAME_CONSOLE (f));
 }
 
-/* Change from withdrawn state to mapped state. */
-static void
-tty_make_frame_visible (struct frame *f)
-{
-  if (!FRAME_VISIBLE_P(f))
-    {
-      SET_FRAME_CLEAR(f);
-      f->visible = 1;
-    }
-  
-}
-
-/* Change from mapped state to withdrawn state. */
-static void
-tty_make_frame_invisible (struct frame *f)
-{
-    f->visible = 0;
-}
-
-static int
-tty_frame_visible_p (struct frame *f)
-{
-  return FRAME_VISIBLE_P(f);
-}
-
 
 /************************************************************************/
 /*                            initialization                            */
@@ -97,9 +72,6 @@
 {
   CONSOLE_HAS_METHOD (tty, init_frame_1);
   CONSOLE_HAS_METHOD (tty, after_init_frame);
-  CONSOLE_HAS_METHOD (tty, make_frame_visible);
-  CONSOLE_HAS_METHOD (tty, make_frame_invisible);
-  CONSOLE_HAS_METHOD (tty, frame_visible_p);
 }
 
 void