Mercurial > hg > xemacs-beta
comparison src/dialog-gtk.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 | 308d34e9f07d |
comparison
equal
deleted
inserted
replaced
2285:914c5afaac33 | 2286:04bc9d2f42c7 |
---|---|
37 | 37 |
38 Lisp_Object Qgtk_make_dialog_box_internal; | 38 Lisp_Object Qgtk_make_dialog_box_internal; |
39 | 39 |
40 /* We just bounce up into lisp here... see $(srcdir)/lisp/dialog-gtk.el */ | 40 /* We just bounce up into lisp here... see $(srcdir)/lisp/dialog-gtk.el */ |
41 static Lisp_Object | 41 static Lisp_Object |
42 gtk_make_dialog_box_internal (struct frame* f, Lisp_Object type, Lisp_Object keys) | 42 gtk_make_dialog_box_internal (struct frame* UNUSED (f), Lisp_Object type, |
43 Lisp_Object keys) | |
43 { | 44 { |
44 return (call2 (Qgtk_make_dialog_box_internal, type, keys)); | 45 return (call2 (Qgtk_make_dialog_box_internal, type, keys)); |
45 } | 46 } |
46 | 47 |
47 void | 48 void |