diff src/frame-tty.c @ 175:2d532a89d707 r20-3b14

Import from CVS: tag r20-3b14
author cvs
date Mon, 13 Aug 2007 09:50:14 +0200
parents 43dd3413c7c7
children 2c611d1463a6
line wrap: on
line diff
--- a/src/frame-tty.c	Mon Aug 13 09:49:11 2007 +0200
+++ b/src/frame-tty.c	Mon Aug 13 09:50:14 2007 +0200
@@ -41,9 +41,6 @@
 /* Default properties to use when creating frames.  */
 Lisp_Object Vdefault_tty_frame_plist;
 
-/* The count of frame number. */
-static int tty_frame_count;
-
 static void tty_raise_frame (struct frame *);
 
 
@@ -183,8 +180,6 @@
 static void
 tty_raise_frame (struct frame *f)
 {
-  struct device *d = XDEVICE (FRAME_DEVICE (f));
-
   tty_raise_frame_no_select (f);
   tty_schedule_frame_select (f);
 }