comparison 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
comparison
equal deleted inserted replaced
2285:914c5afaac33 2286:04bc9d2f42c7
37 #include "console-x-impl.h" 37 #include "console-x-impl.h"
38 38
39 DEFINE_CONSOLE_TYPE (x); 39 DEFINE_CONSOLE_TYPE (x);
40 40
41 static int 41 static int
42 x_initially_selected_for_input (struct console *con) 42 x_initially_selected_for_input (struct console *UNUSED (con))
43 { 43 {
44 return 1; 44 return 1;
45 } 45 }
46 46
47 /* Parse a DISPLAY specification like "host:10.0" or ":0" */ 47 /* Parse a DISPLAY specification like "host:10.0" or ":0" */