Mercurial > hg > xemacs-beta
comparison src/gui-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 | e22b0213b713 |
children | ecf1ebac70d8 |
comparison
equal
deleted
inserted
replaced
2285:914c5afaac33 | 2286:04bc9d2f42c7 |
---|---|
40 * or Qnil if id has not been mapped to a callback. | 40 * or Qnil if id has not been mapped to a callback. |
41 * Window procedure may try other targets to route the | 41 * Window procedure may try other targets to route the |
42 * command if we return nil | 42 * command if we return nil |
43 */ | 43 */ |
44 Lisp_Object | 44 Lisp_Object |
45 mswindows_handle_gui_wm_command (struct frame *f, HWND ctrl, LPARAM id) | 45 mswindows_handle_gui_wm_command (struct frame *f, HWND UNUSED (ctrl), |
46 LPARAM id) | |
46 { | 47 { |
47 /* Try to map the command id through the proper hash table */ | 48 /* Try to map the command id through the proper hash table */ |
48 Lisp_Object callback, callback_ex, image_instance, frame, event; | 49 Lisp_Object callback, callback_ex, image_instance, frame, event; |
49 | 50 |
50 frame = wrap_frame (f); | 51 frame = wrap_frame (f); |