Mercurial > hg > xemacs-beta
comparison src/menubar-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 | 7473844a83d3 |
children | ecf1ebac70d8 |
comparison
equal
deleted
inserted
replaced
2285:914c5afaac33 | 2286:04bc9d2f42c7 |
---|---|
607 | 607 |
608 /*------------------------------------------------------------------------*/ | 608 /*------------------------------------------------------------------------*/ |
609 /* Message handlers */ | 609 /* Message handlers */ |
610 /*------------------------------------------------------------------------*/ | 610 /*------------------------------------------------------------------------*/ |
611 static Lisp_Object | 611 static Lisp_Object |
612 unsafe_handle_wm_initmenupopup_1 (HMENU menu, struct frame *f) | 612 unsafe_handle_wm_initmenupopup_1 (HMENU menu, struct frame *UNUSED (f)) |
613 { | 613 { |
614 /* This function can call lisp, beat dogs and stick chewing gum to | 614 /* This function can call lisp, beat dogs and stick chewing gum to |
615 everything! */ | 615 everything! */ |
616 | 616 |
617 Lisp_Object path, desc; | 617 Lisp_Object path, desc; |