# HG changeset patch # User james # Date 1093552714 0 # Node ID beb716b23f5b43fd9c66dc422aa33f04b5f7351b # Parent caf11603feefa997092dd642443d25828caa48c5 [xemacs-hg @ 2004-08-26 20:38:33 by james] Remove unused variable 'console'. diff -r caf11603feef -r beb716b23f5b src/ChangeLog --- a/src/ChangeLog Thu Aug 26 20:09:27 2004 +0000 +++ b/src/ChangeLog Thu Aug 26 20:38:34 2004 +0000 @@ -1,3 +1,8 @@ +2004-08-26 Jerry James + + * event-Xt.c (emacs_Xt_unselect_console): Remove unused variable + console. + 2004-08-26 Jerry James * event-stream.c (munge_keymap_translate): Remove unused variable n. diff -r caf11603feef -r beb716b23f5b src/event-Xt.c --- 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); }