diff src/event-Xt.c @ 2237:beb716b23f5b

[xemacs-hg @ 2004-08-26 20:38:33 by james] Remove unused variable 'console'.
author james
date Thu, 26 Aug 2004 20:38:34 +0000
parents a8d8f419b459
children 04bc9d2f42c7
line wrap: on
line diff
--- a/src/event-Xt.c	Thu Aug 26 20:09:27 2004 +0000
+++ b/src/event-Xt.c	Thu Aug 26 20:38:34 2004 +0000
@@ -2476,14 +2476,12 @@
 static void
 emacs_Xt_unselect_console (struct console *con)
 {
-  Lisp_Object console;
   int infd;
 
   if (CONSOLE_X_P (con))
     return; /* X consoles are automatically selected for when we
 	       initialize them in Xt */
   infd = event_stream_unixoid_unselect_console (con);
-  console = wrap_console (con);
   unselect_filedesc (infd);
 }