comparison src/console-msw.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 01c57eb70ae9
children ecf1ebac70d8
comparison
equal deleted inserted replaced
2285:914c5afaac33 2286:04bc9d2f42c7
78 /************************************************************************/ 78 /************************************************************************/
79 /* mswindows console methods */ 79 /* mswindows console methods */
80 /************************************************************************/ 80 /************************************************************************/
81 81
82 static int 82 static int
83 mswindows_initially_selected_for_input (struct console *con) 83 mswindows_initially_selected_for_input (struct console *UNUSED (con))
84 { 84 {
85 return 1; 85 return 1;
86 } 86 }
87 87
88 static HWND mswindows_console_hwnd = 0; 88 static HWND mswindows_console_hwnd = 0;