Mercurial > hg > xemacs-beta
changeset 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 | caf11603feef |
children | e9aa19426bc9 |
files | src/ChangeLog src/event-Xt.c |
diffstat | 2 files changed, 5 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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 <james@xemacs.org> + + * event-Xt.c (emacs_Xt_unselect_console): Remove unused variable + console. + 2004-08-26 Jerry James <james@xemacs.org> * event-stream.c (munge_keymap_translate): Remove unused variable n.
--- 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); }