diff src/console-x.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 79c6ff3eef26
children a25c824ed558
line wrap: on
line diff
--- a/src/console-x.c	Mon Sep 20 19:11:29 2004 +0000
+++ b/src/console-x.c	Mon Sep 20 19:20:08 2004 +0000
@@ -39,7 +39,7 @@
 DEFINE_CONSOLE_TYPE (x);
 
 static int
-x_initially_selected_for_input (struct console *con)
+x_initially_selected_for_input (struct console *UNUSED (con))
 {
   return 1;
 }