Mercurial > hg > xemacs-beta
comparison src/console-tty.c @ 2286:04bc9d2f42c7
[xemacs-hg @ 2004-09-20 19:18:55 by james]
Mark all unused parameters as unused. Also eliminate some unneeded local
variables.
author | james |
---|---|
date | Mon, 20 Sep 2004 19:20:08 +0000 |
parents | a8d8f419b459 |
children | a25c824ed558 |
comparison
equal
deleted
inserted
replaced
2285:914c5afaac33 | 2286:04bc9d2f42c7 |
---|---|
181 mark_object (tty_con->instream); | 181 mark_object (tty_con->instream); |
182 mark_object (tty_con->outstream); | 182 mark_object (tty_con->outstream); |
183 } | 183 } |
184 | 184 |
185 static int | 185 static int |
186 tty_initially_selected_for_input (struct console *con) | 186 tty_initially_selected_for_input (struct console *UNUSED (con)) |
187 { | 187 { |
188 return 1; | 188 return 1; |
189 } | 189 } |
190 | 190 |
191 static void | 191 static void |