diff src/term.c @ 42808:cb0b3b9b61ec

(set_tty_color_mode): Remove unused variable `tem'.
author Pavel Jan?k <Pavel@Janik.cz>
date Thu, 17 Jan 2002 10:26:52 +0000
parents 73fcf65b58d3
children e514d4931d6f
line wrap: on
line diff
--- a/src/term.c	Thu Jan 17 02:08:57 2002 +0000
+++ b/src/term.c	Thu Jan 17 10:26:52 2002 +0000
@@ -2067,7 +2067,7 @@
      struct frame *f;
      Lisp_Object val;
 {
-  Lisp_Object color_mode_spec, current_mode_spec, tem;
+  Lisp_Object color_mode_spec, current_mode_spec;
   Lisp_Object color_mode, current_mode;
   int mode, old_mode;
   extern Lisp_Object Qtty_color_mode;